#02826A

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

Shades of Pine Green #02826A

Tints of Pine Green #02826A

Color information

#02826A (or 0x02826A) is unknown color: approx Pine Green. HEX triplet: 02, 82 and 6A. RGB value is (2,130,106). Sum of RGB (Red+Green+Blue) = 2+130+106=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #02826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02826A is #FD7D95. Grayscale: #585858. Windows color (decimal): -16612758 or 6980098. OLE color: 6980098.

HSL color Cylindrical-coordinate representation of color #02826A: hue angle of 168.75º 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 #02826A is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB2130106-
CMYK0.9800.180.49
HSL168.75º96.97%25.88%-
HSV(B)168.75º98.46%50.98%-
XYZ10.6117.0216.36-
YUV88.99137.5965.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=0.84%
G=54.62%
B=44.54%

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
Decimal21301060.9800.180.49168.7596.9725.88
Hex2826A6201231a9611a
Octal22021521420226125114132
Binary10100000101101010110001001001011000110101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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