#02816A

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

Shades of Pine Green #02816A

Tints of Pine Green #02816A

Color information

#02816A (or 0x02816A) is unknown color: approx Pine Green. HEX triplet: 02, 81 and 6A. RGB value is (2,129,106). Sum of RGB (Red+Green+Blue) = 2+129+106=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #02816A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02816A is #FD7E95. Grayscale: #585858. Windows color (decimal): -16613014 or 6979842. OLE color: 6979842.

HSL color Cylindrical-coordinate representation of color #02816A: hue angle of 169.13º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02816A is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB2129106-
CMYK0.9800.180.49
HSL169.13º96.95%25.69%-
HSV(B)169.13º98.45%50.59%-
XYZ10.4816.7516.32-
YUV88.4137.9266.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 129 (50.78% from 255) = 54.43%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=0.84%
G=54.43%
B=44.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21291060.9800.180.49169.1396.9525.69
Hex2816A6201231a9611a
Octal22011521420226125114132
Binary10100000011101010110001001001011000110101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02816A; }

 p { color: rgb(2,129,106); }

 H1.HeaderClassName
 {
   color: #02816A;
 }
 .AnyTagClassName
 {
   color: #02816A;
 }
</style>
background-color css

<style>
 a { background-color: #02816A; }

 a { background-color: rgb(2,129,106); }

 div.DivClassName
 {
   background-color: #02816A;
 }
 .BgClassName
 {
   background-color: #02816A;
 }
</style>
border-color css

<style>
 span { border-color: #02816A; }

 span { border-color: rgb(2,129,106); }

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