#027214

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

Shades of Green #027214

Tints of Green #027214

Color information

#027214 (or 0x027214) is unknown color: approx Green. HEX triplet: 02, 72 and 14. RGB value is (2,114,20). Sum of RGB (Red+Green+Blue) = 2+114+20=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #027214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027214 is #FD8DEB. Grayscale: #464646. Windows color (decimal): -16616940 or 1339906. OLE color: 1339906.

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

Color convert

RGB211420-
CMYK0.9800.820.55
HSL129.64º96.55%22.75%-
HSV(B)129.64º98.25%44.71%-
XYZ6.1712.12.67-
YUV69.899.8979.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 114 (44.92% from 255) = 83.82%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=1.47%
G=83.82%
B=14.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114200.9800.820.55129.6496.5522.75
Hex272146205237826117
Octal21622414201226720214127
Binary1011100101010011000100101001011011110000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027214; }

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

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

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

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

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

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

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

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