#027C15

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

Shades of Green #027C15

Tints of Green #027C15

Color information

#027C15 (or 0x027C15) is unknown color: approx Green. HEX triplet: 02, 7C and 15. RGB value is (2,124,21). Sum of RGB (Red+Green+Blue) = 2+124+21=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 124 (48.83% from 255 or 84.35% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 124 - color contains mainly: green. Hex color #027C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027C15 is #FD83EA. Grayscale: #4C4C4C. Windows color (decimal): -16614379 or 1408002. OLE color: 1408002.

HSL color Cylindrical-coordinate representation of color #027C15: hue angle of 129.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C15 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB212421-
CMYK0.9800.830.51
HSL129.34º96.83%24.71%-
HSV(B)129.34º98.39%48.63%-
XYZ7.3714.483.12-
YUV75.7897.0875.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 124 (48.83% from 255) = 84.35%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=1.36%
G=84.35%
B=14.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124210.9800.830.51129.3496.8324.71
Hex27C156205333816119
Octal21742514201236320114131
Binary1011111001010111000100101001111001110000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C15; }

 p { color: rgb(2,124,21); }

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

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

 a { background-color: rgb(2,124,21); }

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

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

 span { border-color: rgb(2,124,21); }

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