#027912

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

Shades of Green #027912

Tints of Green #027912

Color information

#027912 (or 0x027912) is unknown color: approx Green. HEX triplet: 02, 79 and 12. RGB value is (2,121,18). Sum of RGB (Red+Green+Blue) = 2+121+18=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 121 (47.66% from 255 or 85.82% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 121 - color contains mainly: green. Hex color #027912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027912 is #FD86ED. Grayscale: #494949. Windows color (decimal): -16615150 or 1210626. OLE color: 1210626.

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

Color convert

RGB212118-
CMYK0.9800.850.53
HSL128.07º96.75%24.12%-
HSV(B)128.07º98.35%47.45%-
XYZ6.9713.732.86-
YUV73.6896.5876.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 121 (47.66% from 255) = 85.82%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=1.42%
G=85.82%
B=12.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121180.9800.850.53128.0796.7524.12
Hex279126205535806118
Octal21712214201256520014130
Binary1011110011001011000100101010111010110000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027912; }

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

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

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

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

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

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

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

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