#027605

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

Shades of Green #027605

Tints of Green #027605

Color information

#027605 (or 0x027605) is unknown color: approx Green. HEX triplet: 02, 76 and 05. RGB value is (2,118,5). Sum of RGB (Red+Green+Blue) = 2+118+5=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 118 (46.48% from 255 or 94.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 118 - color contains mainly: green. Hex color #027605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027605 is #FD89FA. Grayscale: #464646. Windows color (decimal): -16615931 or 357890. OLE color: 357890.

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

Color convert

RGB21185-
CMYK0.9800.960.54
HSL121.55º96.67%23.53%-
HSV(B)121.55º98.31%46.27%-
XYZ6.5312.982.3-
YUV70.4391.0779.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 118 (46.48% from 255) = 94.4%
BLUE value IS 5 (2.34% from 255) = 4%
R=1.6%
G=94.4%
B=4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211850.9800.960.54121.5596.6723.53
Hex276562060367a6118
Octal2166514201406617214130
Binary1011101101011100010011000001101101111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027605; }

 p { color: rgb(2,118,5); }

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

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

 a { background-color: rgb(2,118,5); }

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

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

 span { border-color: rgb(2,118,5); }

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