#027918

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

Shades of Green #027918

Tints of Green #027918

Color information

#027918 (or 0x027918) is unknown color: approx Green. HEX triplet: 02, 79 and 18. RGB value is (2,121,24). Sum of RGB (Red+Green+Blue) = 2+121+24=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #027918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027918 is #FD86E7. Grayscale: #4A4A4A. Windows color (decimal): -16615144 or 1603842. OLE color: 1603842.

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

Color convert

RGB212124-
CMYK0.9800.800.53
HSL131.09º96.75%24.12%-
HSV(B)131.09º98.35%47.45%-
XYZ7.0313.753.15-
YUV74.3699.5876.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 121 (47.66% from 255) = 82.31%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=1.36%
G=82.31%
B=16.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121240.9800.800.53131.0996.7524.12
Hex279186205035836118
Octal21713014201206520314130
Binary1011110011100011000100101000011010110000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027918; }

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

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

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

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

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

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

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

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