#02780F

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

Shades of Green #02780F

Tints of Green #02780F

Color information

#02780F (or 0x02780F) is unknown color: approx Green. HEX triplet: 02, 78 and 0F. RGB value is (2,120,15). Sum of RGB (Red+Green+Blue) = 2+120+15=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 120 (47.27% from 255 or 87.59% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 120 - color contains mainly: green. Hex color #02780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02780F is #FD87F0. Grayscale: #494949. Windows color (decimal): -16615409 or 1013762. OLE color: 1013762.

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

Color convert

RGB212015-
CMYK0.9800.870.53
HSL126.61º96.72%23.92%-
HSV(B)126.61º98.33%47.06%-
XYZ6.8313.482.69-
YUV72.7595.4177.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 120 (47.27% from 255) = 87.59%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=1.46%
G=87.59%
B=10.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120150.9800.870.53126.6196.7223.92
Hex278F62057357f6118
Octal21701714201276517714130
Binary10111100011111100010010101111101011111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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