#047212

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

Shades of Green #047212

Tints of Green #047212

Color information

#047212 (or 0x047212) is unknown color: approx Green. HEX triplet: 04, 72 and 12. RGB value is (4,114,18). Sum of RGB (Red+Green+Blue) = 4+114+18=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #047212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047212 is #FB8DED. Grayscale: #464646. Windows color (decimal): -16485870 or 1208836. OLE color: 1208836.

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

Color convert

RGB411418-
CMYK0.9600.840.55
HSL127.64º93.22%23.14%-
HSV(B)127.64º96.49%44.71%-
XYZ6.1812.12.58-
YUV70.1798.5680.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 114 (44.92% from 255) = 83.82%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=2.94%
G=83.82%
B=13.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114180.9600.840.55127.6493.2223.14
Hex472126005437805d17
Octal41622214001246720013527
Binary10011100101001011000000101010011011110000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047212; }

 p { color: rgb(4,114,18); }

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

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

 a { background-color: rgb(4,114,18); }

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

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

 span { border-color: rgb(4,114,18); }

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