#027600

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

Shades of Green #027600

Tints of Green #027600

Color information

#027600 (or 0x027600) is unknown color: approx Green. HEX triplet: 02, 76 and 00. RGB value is (2,118,0). Sum of RGB (Red+Green+Blue) = 2+118+0=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 118 (46.48% from 255 or 98.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 118 - color contains mainly: green. Hex color #027600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027600 is #FD89FF. Grayscale: #464646. Windows color (decimal): -16615936 or 30210. OLE color: 30210.

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

Color convert

RGB21180-
CMYK0.98010.54
HSL118.98º100%23.14%-
HSV(B)118.98º100%46.27%-
XYZ6.512.972.16-
YUV69.8688.5779.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 118 (46.48% from 255) = 98.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.67%
G=98.33%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211800.98010.54118.9810023.14
Hex27606206436776417
Octal2166014201446616714427
Binary10111011001100010011001001101101110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027600; }

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

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

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

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

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

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

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

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