#027805

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

Shades of Green #027805

Tints of Green #027805

Color information

#027805 (or 0x027805) is unknown color: approx Green. HEX triplet: 02, 78 and 05. RGB value is (2,120,5). Sum of RGB (Red+Green+Blue) = 2+120+5=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 120 (47.27% from 255 or 94.49% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 120 - color contains mainly: green. Hex color #027805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027805 is #FD87FA. Grayscale: #474747. Windows color (decimal): -16615419 or 358402. OLE color: 358402.

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

Color convert

RGB21205-
CMYK0.9800.960.53
HSL121.53º96.72%23.92%-
HSV(B)121.53º98.33%47.06%-
XYZ6.7713.462.38-
YUV71.6190.4178.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 120 (47.27% from 255) = 94.49%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=1.57%
G=94.49%
B=3.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal212050.9800.960.53121.5396.7223.92
Hex278562060357a6118
Octal2170514201406517214130
Binary1011110001011100010011000001101011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027805; }

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

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

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

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

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

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

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

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