#027105

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

Shades of Green #027105

Tints of Green #027105

Color information

#027105 (or 0x027105) is unknown color: approx Green. HEX triplet: 02, 71 and 05. RGB value is (2,113,5). Sum of RGB (Red+Green+Blue) = 2+113+5=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 113 (44.53% from 255 or 94.17% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 113 - color contains mainly: green. Hex color #027105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027105 is #FD8EFA. Grayscale: #434343. Windows color (decimal): -16617211 or 356610. OLE color: 356610.

HSL color Cylindrical-coordinate representation of color #027105: hue angle of 121.62º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027105 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB21135-
CMYK0.9800.960.56
HSL121.62º96.52%22.55%-
HSV(B)121.62º98.23%44.31%-
XYZ5.9611.832.11-
YUV67.592.7381.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 113 (44.53% from 255) = 94.17%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=1.67%
G=94.17%
B=4.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211350.9800.960.56121.6296.5222.55
Hex271562060387a6117
Octal2161514201407017214127
Binary1011100011011100010011000001110001111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027105; }

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

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

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

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

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

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

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

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