#027E21

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

Shades of Green #027E21

Tints of Green #027E21

Color information

#027E21 (or 0x027E21) is unknown color: approx Green. HEX triplet: 02, 7E and 21. RGB value is (2,126,33). Sum of RGB (Red+Green+Blue) = 2+126+33=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 126 (49.61% from 255 or 78.26% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 126 - color contains mainly: green. Hex color #027E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E21 is #FD81DE. Grayscale: #4E4E4E. Windows color (decimal): -16613855 or 2194946. OLE color: 2194946.

HSL color Cylindrical-coordinate representation of color #027E21: hue angle of 135º 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 #027E21 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB212633-
CMYK0.9800.740.51
HSL135º96.88%25.1%-
HSV(B)135º98.41%49.41%-
XYZ7.7615.043.93-
YUV78.32102.4273.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 126 (49.61% from 255) = 78.26%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=1.24%
G=78.26%
B=20.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2126330.9800.740.5113596.8825.1
Hex27E216204A33876119
Octal21764114201126320714131
Binary10111111010000111000100100101011001110000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,33); }

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

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

 a { background-color: rgb(2,126,33); }

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

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

 span { border-color: rgb(2,126,33); }

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