#047201

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

Shades of Green #047201

Tints of Green #047201

Color information

#047201 (or 0x047201) is unknown color: approx Green. HEX triplet: 04, 72 and 01. RGB value is (4,114,1). Sum of RGB (Red+Green+Blue) = 4+114+1=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 114 (44.92% from 255 or 95.80% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 114 - color contains mainly: green. Hex color #047201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047201 is #FB8DFE. Grayscale: #444444. Windows color (decimal): -16485887 or 94724. OLE color: 94724.

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

Color convert

RGB41141-
CMYK0.9600.990.55
HSL118.41º98.26%22.55%-
HSV(B)118.41º99.12%44.71%-
XYZ6.0712.062.04-
YUV68.2390.0682.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 114 (44.92% from 255) = 95.80%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=3.36%
G=95.80%
B=0.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411410.9600.990.55118.4198.2622.55
Hex47216006337766217
Octal4162114001436716614227
Binary100111001011100000011000111101111110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047201; }

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

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

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

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

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

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

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

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