#027812

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

Shades of Green #027812

Tints of Green #027812

Color information

#027812 (or 0x027812) is unknown color: approx Green. HEX triplet: 02, 78 and 12. RGB value is (2,120,18). Sum of RGB (Red+Green+Blue) = 2+120+18=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 120 (47.27% from 255 or 85.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 120 - color contains mainly: green. Hex color #027812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027812 is #FD87ED. Grayscale: #494949. Windows color (decimal): -16615406 or 1210370. OLE color: 1210370.

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

Color convert

RGB212018-
CMYK0.9800.850.53
HSL128.14º96.72%23.92%-
HSV(B)128.14º98.33%47.06%-
XYZ6.8513.492.81-
YUV73.0996.9177.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 120 (47.27% from 255) = 85.71%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=1.43%
G=85.71%
B=12.86%

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
Decimal2120180.9800.850.53128.1496.7223.92
Hex278126205535806118
Octal21702214201256520014130
Binary1011110001001011000100101010111010110000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027812; }

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

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

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

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

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

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

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

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