#027a04

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

Shades of Green #027A04

Tints of Green #027A04

Color information

#027A04 (or 0x027A04) is unknown color: approx Green. HEX triplet: 02, 7A and 04. RGB value is (2,122,4). Sum of RGB (Red+Green+Blue) = 2+122+4=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 122 (48.05% from 255 or 95.31% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 122 - color contains mainly: green. Hex color #027A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A04 is #FD85FB. Grayscale: #494949. Windows color (decimal): -16614908 or 293378. OLE color: 293378.

HSL color Cylindrical-coordinate representation of color #027A04: hue angle of 121º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB21224-
CMYK0.9800.970.52
HSL121º96.77%24.31%-
HSV(B)121º98.36%47.84%-
XYZ7.0113.942.44-
YUV72.6789.2477.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 122 (48.05% from 255) = 95.31%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=1.56%
G=95.31%
B=3.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal212240.9800.970.5212196.7724.31
Hex27A46206134796118
Octal2172414201416417114130
Binary1011110101001100010011000011101001111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027a04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,4); }

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

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

 a { background-color: rgb(2,122,4); }

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

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

 span { border-color: rgb(2,122,4); }

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