#047210

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

Shades of Green #047210

Tints of Green #047210

Color information

#047210 (or 0x047210) is unknown color: approx Green. HEX triplet: 04, 72 and 10. RGB value is (4,114,16). Sum of RGB (Red+Green+Blue) = 4+114+16=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 114 (44.92% from 255 or 85.07% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 114 - color contains mainly: green. Hex color #047210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047210 is #FB8DEF. Grayscale: #464646. Windows color (decimal): -16485872 or 1077764. OLE color: 1077764.

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

Color convert

RGB411416-
CMYK0.9600.860.55
HSL126.55º93.22%23.14%-
HSV(B)126.55º96.49%44.71%-
XYZ6.1612.12.5-
YUV69.9497.5680.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 114 (44.92% from 255) = 85.07%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=2.99%
G=85.07%
B=11.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114160.9600.860.55126.5593.2223.14
Hex4721060056377f5d17
Octal41622014001266717713527
Binary1001110010100001100000010101101101111111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047210; }

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

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

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

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

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

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

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

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