#027702

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

Shades of Green #027702

Tints of Green #027702

Color information

#027702 (or 0x027702) is unknown color: approx Green. HEX triplet: 02, 77 and 02. RGB value is (2,119,2). Sum of RGB (Red+Green+Blue) = 2+119+2=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 119 (46.88% from 255 or 96.75% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 119 - color contains mainly: green. Hex color #027702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027702 is #FD88FD. Grayscale: #474747. Windows color (decimal): -16615678 or 161538. OLE color: 161538.

HSL color Cylindrical-coordinate representation of color #027702: hue angle of 120º 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 #027702 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB21192-
CMYK0.9800.980.53
HSL120º96.69%23.73%-
HSV(B)120º98.32%46.67%-
XYZ6.6313.212.26-
YUV70.6889.2479.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 119 (46.88% from 255) = 96.75%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=1.63%
G=96.75%
B=1.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211920.9800.980.5312096.6923.73
Hex27726206235786118
Octal2167214201426517014130
Binary101110111101100010011000101101011111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027702; }

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

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

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

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

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

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

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

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