#02790C

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

Shades of Green #02790C

Tints of Green #02790C

Color information

#02790C (or 0x02790C) is unknown color: approx Green. HEX triplet: 02, 79 and 0C. RGB value is (2,121,12). Sum of RGB (Red+Green+Blue) = 2+121+12=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 121 (47.66% from 255 or 89.63% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 121 - color contains mainly: green. Hex color #02790C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02790C is #FD86F3. Grayscale: #494949. Windows color (decimal): -16615156 or 817410. OLE color: 817410.

HSL color Cylindrical-coordinate representation of color #02790C: hue angle of 125.04º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02790C is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB212112-
CMYK0.9800.900.53
HSL125.04º96.75%24.12%-
HSV(B)125.04º98.35%47.45%-
XYZ6.9313.712.63-
YUV72.9993.5877.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 121 (47.66% from 255) = 89.63%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=1.48%
G=89.63%
B=8.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121120.9800.900.53125.0496.7524.12
Hex279C6205A357d6118
Octal21711414201326517514130
Binary10111100111001100010010110101101011111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02790C; }

 p { color: rgb(2,121,12); }

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

<style>
 a { background-color: #02790C; }

 a { background-color: rgb(2,121,12); }

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

<style>
 span { border-color: #02790C; }

 span { border-color: rgb(2,121,12); }

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