#027816

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

Shades of Green #027816

Tints of Green #027816

Color information

#027816 (or 0x027816) is unknown color: approx Green. HEX triplet: 02, 78 and 16. RGB value is (2,120,22). Sum of RGB (Red+Green+Blue) = 2+120+22=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #027816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027816 is #FD87E9. Grayscale: #494949. Windows color (decimal): -16615402 or 1472514. OLE color: 1472514.

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

Color convert

RGB212022-
CMYK0.9800.820.53
HSL130.17º96.72%23.92%-
HSV(B)130.17º98.33%47.06%-
XYZ6.8913.53-
YUV73.5598.9176.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 120 (47.27% from 255) = 83.33%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=1.39%
G=83.33%
B=15.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120220.9800.820.53130.1796.7223.92
Hex278166205235826118
Octal21702614201226520214130
Binary1011110001011011000100101001011010110000010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027816; }

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

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

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

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

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

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

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

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