#027119

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

Shades of Green #027119

Tints of Green #027119

Color information

#027119 (or 0x027119) is unknown color: approx Green. HEX triplet: 02, 71 and 19. RGB value is (2,113,25). Sum of RGB (Red+Green+Blue) = 2+113+25=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #027119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027119 is #FD8EE6. Grayscale: #464646. Windows color (decimal): -16617191 or 1667330. OLE color: 1667330.

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

Color convert

RGB211325-
CMYK0.9800.780.56
HSL132.43º96.52%22.55%-
HSV(B)132.43º98.23%44.31%-
XYZ6.1111.892.89-
YUV69.78102.7379.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 113 (44.53% from 255) = 80.71%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=1.43%
G=80.71%
B=17.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113250.9800.780.56132.4396.5222.55
Hex271196204E38846117
Octal21613114201167020414127
Binary1011100011100111000100100111011100010000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027119; }

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

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

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

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

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

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

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

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