#01816E

Color #01816E Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #01816E

Tints of Pine Green #01816E

Color information

#01816E (or 0x01816E) is unknown color: approx 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

RGB1129110-
CMYK0.9900.150.49
HSL171.09º98.46%25.49%-
HSV(B)171.09º99.22%50.59%-
XYZ10.6816.8317.44-
YUV88.56140.0965.54-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11291100.9900.150.49171.0998.4625.49
Hex1816E630F31ab6219
Octal12011561430176125314231
Binary110000001110111011000110111111000110101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>