COLOR #018263

HEX: #018263 RGB: (1,130,99)

Color info

#018263 contains mainly green and blue colors. Web safe color of #018263 is #009966 (or #096).

RGB color model

#018263 color RGB value is (1,130,99).

RGB: (1,130,99) (0%, 51%, 39%)

RGB channels and saturation

R 1 of 255 = 0%
G 130 of 255 = 51%
B 99 of 255 = 39%

1
130
99

R + G + B ~ 30%. #018263 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 130 + 99 = 230 (100%)
R 1 of 230 ~ 0.43%
G 130 of 230 ~ 56.52%
B 99 of 230 ~ 43.04'%

%56.52
%43.04

CMYK color model

#018263 color CMYK value is (99,0,24,49).

  • cyan value is 99.23%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 49.02%

CMYK: (99,0,24,49)
C99M0Y24K49 (99%, 0%, 24%, 49%)
(0.99 / 0.00 / 0.24 / 0.49)

CMYK percentages

%99.23
%0
%23.85
%49.02

Codes

Color #018263 in popluar color models

01 82 63
RGB 1 130 99
HSL 166° 98.47% 25.69%
HSB/HSV 166° 99.23% 50.98%
CMYK 99.23% 0.00% 23.85%
49.02%

Color #018263 in popluar number systems.

HEX 01 82 63
Decimal 1 130 99
Binary 1 10000010 1100011
Octal 1 202 143

Shades and tints

Shades of #018263

#018263
(1,130,99)
#01775A
(1,119,90)
#016C51
(1,108,81)
#016148
(1,97,72)
#01563F
(1,86,63)
#014B36
(1,75,54)
#01402D
(1,64,45)
#013524
(1,53,36)
#012A1B
(1,42,27)
#011F12
(1,31,18)
#011409
(1,20,9)
#000000
(0,0,0)

Tints of #018263

#018263
(1,130,99)
#188D71
(24,141,113)
#2F987F
(47,152,127)
#46A38D
(70,163,141)
#5DAE9B
(93,174,155)
#74B9A9
(116,185,169)
#8BC4B7
(139,196,183)
#A2CFC5
(162,207,197)
#B9DAD3
(185,218,211)
#D0E5E1
(208,229,225)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018263 color. Also use rgb(1,130,99) instead hex code.

Text Font Color

.myTextColor { color: #018263; }

<p style="color:#018263">This sample text font color is #018263.</p>

This text font color is #018263.

Background Color

.myBgColor { background-color: #018263; }

<div style="background-color:#018263">Inner text</div>

This div background color is #018263.

Border color

.myBorderColor { border: 1px solid #018263; }

<div style="border:3px solid #018263">Div</div>

This div border color is #018263.

Opacity

.myOpacity80 { color: #018263; opacity: 0.8; }

<p style="color:#018263;opacity:0.8;">80%</p>

Text with #018263 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #018263;}

<p style="text-shadow: 3px 3px 1px #018263">Text here.</p>

This text has shadow with #018263 color.


.textShadow {text-shadow: 3px 3px 1px #018263', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #018263, 5px 5px 20px red">Text here.</p>

This text has shadow with #018263 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#018263, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#018263, Direction=45, Strength=4)">Text</p>

This text has shadow with #018263 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #018263;
-webkit-box-shadow: 1px 1px 3px 2px #018263;
box-shadow: 1px 1px 3px 2px #018263;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #018263; -webkit-box-shadow: 1px 1px 3px 2px #018263; box-shadow:1px 1px 3px 2px #018263;">
Div content here
</div>

This div box has shadow with color #018263.

Preview

Color preview on black background

This text has color #018263 on black background.


Color preview on white background

This text has color #018263 on white background.


Black color preview on #018263 background

This text has black color on #018263 background.


White color preview on #018263 background

This text has white color on #018263 background.


Related colors

Complementary color

Complementary color for #hex is #FE7D9C.


I love getcolorcode.com

Triadic colors

1 #630182 and #826301 with #018263 are triadic colors.

2 #638201 and #820163 with #018263 are triadic colors.