#027710

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

Shades of Green #027710

Tints of Green #027710

Color information

#027710 (or 0x027710) is unknown color: approx Green. HEX triplet: 02, 77 and 10. RGB value is (2,119,16). Sum of RGB (Red+Green+Blue) = 2+119+16=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #027710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027710 is #FD88EF. Grayscale: #484848. Windows color (decimal): -16615664 or 1079042. OLE color: 1079042.

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

Color convert

RGB211916-
CMYK0.9800.870.53
HSL127.18º96.69%23.73%-
HSV(B)127.18º98.32%46.67%-
XYZ6.7213.242.69-
YUV72.2796.2477.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 119 (46.88% from 255) = 86.86%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=1.46%
G=86.86%
B=11.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119160.9800.870.53127.1896.6923.73
Hex2771062057357f6118
Octal21672014201276517714130
Binary101110111100001100010010101111101011111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027710; }

 p { color: rgb(2,119,16); }

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

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

 a { background-color: rgb(2,119,16); }

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

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

 span { border-color: rgb(2,119,16); }

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