#02780E

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

Shades of Green #02780E

Tints of Green #02780E

Color information

#02780E (or 0x02780E) is unknown color: approx Green. HEX triplet: 02, 78 and 0E. RGB value is (2,120,14). Sum of RGB (Red+Green+Blue) = 2+120+14=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 120 (47.27% from 255 or 88.24% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 120 - color contains mainly: green. Hex color #02780E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02780E is #FD87F1. Grayscale: #484848. Windows color (decimal): -16615410 or 948226. OLE color: 948226.

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

Color convert

RGB212014-
CMYK0.9800.880.53
HSL126.1º96.72%23.92%-
HSV(B)126.1º98.33%47.06%-
XYZ6.8213.482.66-
YUV72.6394.9177.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 120 (47.27% from 255) = 88.24%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=1.47%
G=88.24%
B=10.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120140.9800.880.53126.196.7223.92
Hex278E62058357e6118
Octal21701614201306517614130
Binary10111100011101100010010110001101011111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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