#027905

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

Shades of Green #027905

Tints of Green #027905

Color information

#027905 (or 0x027905) is unknown color: approx Green. HEX triplet: 02, 79 and 05. RGB value is (2,121,5). Sum of RGB (Red+Green+Blue) = 2+121+5=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 121 (47.66% from 255 or 94.53% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 121 - color contains mainly: green. Hex color #027905 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027905 is #FD86FA. Grayscale: #484848. Windows color (decimal): -16615163 or 358658. OLE color: 358658.

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

Color convert

RGB21215-
CMYK0.9800.960.53
HSL121.51º96.75%24.12%-
HSV(B)121.51º98.35%47.45%-
XYZ6.8913.72.42-
YUV72.1990.0877.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 121 (47.66% from 255) = 94.53%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=1.56%
G=94.53%
B=3.91%

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
Decimal212150.9800.960.53121.5196.7524.12
Hex279562060357a6118
Octal2171514201406517214130
Binary1011110011011100010011000001101011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027905; }

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

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

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

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

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

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

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

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