#027504

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

Shades of Green #027504

Tints of Green #027504

Color information

#027504 (or 0x027504) is unknown color: approx Green. HEX triplet: 02, 75 and 04. RGB value is (2,117,4). Sum of RGB (Red+Green+Blue) = 2+117+4=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 117 (46.09% from 255 or 95.12% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 117 - color contains mainly: green. Hex color #027504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027504 is #FD8AFB. Grayscale: #464646. Windows color (decimal): -16616188 or 292098. OLE color: 292098.

HSL color Cylindrical-coordinate representation of color #027504: hue angle of 121.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027504 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB21174-
CMYK0.9800.970.54
HSL121.04º96.64%23.33%-
HSV(B)121.04º98.29%45.88%-
XYZ6.4112.742.24-
YUV69.7390.979.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 117 (46.09% from 255) = 95.12%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=1.63%
G=95.12%
B=3.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211740.9800.970.54121.0496.6423.33
Hex27546206136796117
Octal2165414201416617114127
Binary1011101011001100010011000011101101111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027504; }

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

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

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

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

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

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

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

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