#02780D

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

Shades of Green #02780D

Tints of Green #02780D

Color information

#02780D (or 0x02780D) is unknown color: approx Green. HEX triplet: 02, 78 and 0D. RGB value is (2,120,13). Sum of RGB (Red+Green+Blue) = 2+120+13=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 120 (47.27% from 255 or 88.89% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 120 - color contains mainly: green. Hex color #02780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02780D is #FD87F2. Grayscale: #484848. Windows color (decimal): -16615411 or 882690. OLE color: 882690.

HSL color Cylindrical-coordinate representation of color #02780D: hue angle of 125.59º 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 #02780D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB212013-
CMYK0.9800.890.53
HSL125.59º96.72%23.92%-
HSV(B)125.59º98.33%47.06%-
XYZ6.8113.472.62-
YUV72.5294.4177.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 120 (47.27% from 255) = 88.89%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=1.48%
G=88.89%
B=9.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120130.9800.890.53125.5996.7223.92
Hex278D62059357e6118
Octal21701514201316517614130
Binary10111100011011100010010110011101011111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02780D; }

 p { color: rgb(2,120,13); }

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

<style>
 a { background-color: #02780D; }

 a { background-color: rgb(2,120,13); }

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

<style>
 span { border-color: #02780D; }

 span { border-color: rgb(2,120,13); }

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