#02806F

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

Shades of Pine Green #02806F

Tints of Pine Green #02806F

Color information

#02806F (or 0x02806F) is unknown color: approx Pine Green. HEX triplet: 02, 80 and 6F. RGB value is (2,128,111). Sum of RGB (Red+Green+Blue) = 2+128+111=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #02806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02806F is #FD7F90. Grayscale: #585858. Windows color (decimal): -16613265 or 7307266. OLE color: 7307266.

HSL color Cylindrical-coordinate representation of color #02806F: hue angle of 171.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02806F is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB2128111-
CMYK0.9800.130.50
HSL171.9º96.92%25.49%-
HSV(B)171.9º98.44%50.2%-
XYZ10.6116.617.68-
YUV88.39140.7666.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=0.83%
G=53.11%
B=46.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21281110.9800.130.50171.996.9225.49
Hex2806F620D32ac6119
Octal22001571420156225414131
Binary1010000000110111111000100110111001010101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02806F; }

 p { color: rgb(2,128,111); }

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

<style>
 a { background-color: #02806F; }

 a { background-color: rgb(2,128,111); }

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

<style>
 span { border-color: #02806F; }

 span { border-color: rgb(2,128,111); }

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