Html Css Color HEX #01816E Pine Green

📋 copy color: '#01816E'

red 1 ◦ green 129 ◦ blue 110

#01816E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #01816E

Tints of Pine Green #01816E

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 129 (50.78% from 255) = 53.75%

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 0.42%
G = 53.75%
B = 45.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01816E (or 0x01816E) is known color: Pine Green. HEX triplet: 01, 81 and 6E. RGB value is (1,129,110). Sum of RGB (Red+Green+Blue) = 1+129+110=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #01816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01816E is #FE7E91. Grayscale: #585858. Windows color (decimal): -16678546 or 7241985. OLE color: 7241985.

HSL color Cylindrical-coordinate representation of color #01816E: hue angle of 171.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01816E is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 110 -
CMYK 0.99 0 0.15 0.49
HSL 171.09º 0.98% 0.25% -
HSV(B) 171.09º 0.99% 0.51% -
XYZ 10.68 16.83 17.44 -
YUV 88.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 1 129 110 0.99 0 0.15 0.49 171.09 0.98 0.25
Hex 1 81 6E 63 0 F 31 AB 62 19
Octal 1 201 156 143 0 17 61 253 142 31
Binary 1 10000001 1101110 1100011 0 1111 110001 10101011 1100010 11001

Color Harmonies of #01816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01816E

Black with #01816E

Text Example


Text Example

White with #01816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01816E; }

 p { color: rgb(1,129,110); }

 H1.HeaderClassName
 {
   color: #01816E;
 }
 .AnyTagClassName
 {
   color: #01816E;
 }
</style>

background-color css

<style>
 a { background-color: #01816E; }

 a { background-color: rgb(1,129,110); }

 div.DivClassName
 {
   background-color: #01816E;
 }
 .BgClassName
 {
   background-color: #01816E;
 }
</style>

border-color css

<style>
 span { border-color: #01816E; }

 span { border-color: rgb(1,129,110); }

 td.TdClassName
 {
   border-color: #01816E;
 }
 .TagClassName
 {
   border-color: #01816E;
 }
</style>