#027004

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

Shades of Green #027004

Tints of Green #027004

Color information

#027004 (or 0x027004) is unknown color: approx Green. HEX triplet: 02, 70 and 04. RGB value is (2,112,4). Sum of RGB (Red+Green+Blue) = 2+112+4=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 112 (44.14% from 255 or 94.92% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 112 - color contains mainly: green. Hex color #027004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027004 is #FD8FFB. Grayscale: #434343. Windows color (decimal): -16617468 or 290818. OLE color: 290818.

HSL color Cylindrical-coordinate representation of color #027004: hue angle of 121.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027004 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB21124-
CMYK0.9800.960.56
HSL121.09º96.49%22.35%-
HSV(B)121.09º98.21%43.92%-
XYZ5.8411.612.05-
YUV66.892.5681.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 112 (44.14% from 255) = 94.92%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=1.69%
G=94.92%
B=3.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211240.9800.960.56121.0996.4922.35
Hex27046206038796016
Octal2160414201407017114026
Binary1011100001001100010011000001110001111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027004; }

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

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

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

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

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

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

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

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