#027213

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

Shades of Green #027213

Tints of Green #027213

Color information

#027213 (or 0x027213) is unknown color: approx Green. HEX triplet: 02, 72 and 13. RGB value is (2,114,19). Sum of RGB (Red+Green+Blue) = 2+114+19=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #027213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027213 is #FD8DEC. Grayscale: #454545. Windows color (decimal): -16616941 or 1274370. OLE color: 1274370.

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

Color convert

RGB211419-
CMYK0.9800.830.55
HSL129.11º96.55%22.75%-
HSV(B)129.11º98.25%44.71%-
XYZ6.1612.092.63-
YUV69.6899.3979.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 114 (44.92% from 255) = 84.44%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=1.48%
G=84.44%
B=14.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114190.9800.830.55129.1196.5522.75
Hex272136205337816117
Octal21622314201236720114127
Binary1011100101001111000100101001111011110000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027213; }

 p { color: rgb(2,114,19); }

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

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

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

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

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

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

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