#037214

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

Shades of Green #037214

Tints of Green #037214

Color information

#037214 (or 0x037214) is unknown color: approx Green. HEX triplet: 03, 72 and 14. RGB value is (3,114,20). Sum of RGB (Red+Green+Blue) = 3+114+20=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #037214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037214 is #FC8DEB. Grayscale: #464646. Windows color (decimal): -16551404 or 1339907. OLE color: 1339907.

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

Color convert

RGB311420-
CMYK0.9700.820.55
HSL129.19º94.87%22.94%-
HSV(B)129.19º97.37%44.71%-
XYZ6.1812.12.67-
YUV70.199.7380.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 114 (44.92% from 255) = 83.21%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=2.19%
G=83.21%
B=14.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114200.9700.820.55129.1994.8722.94
Hex372146105237815f17
Octal31622414101226720113727
Binary1111100101010011000010101001011011110000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037214; }

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

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

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

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

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

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

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

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