#047102

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

Shades of Green #047102

Tints of Green #047102

Color information

#047102 (or 0x047102) is unknown color: approx Green. HEX triplet: 04, 71 and 02. RGB value is (4,113,2). Sum of RGB (Red+Green+Blue) = 4+113+2=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 113 (44.53% from 255 or 94.96% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 113 - color contains mainly: green. Hex color #047102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047102 is #FB8EFD. Grayscale: #444444. Windows color (decimal): -16486142 or 160004. OLE color: 160004.

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

Color convert

RGB41132-
CMYK0.9600.980.56
HSL118.92º96.52%22.55%-
HSV(B)118.92º98.23%44.31%-
XYZ5.9711.842.03-
YUV67.7690.8982.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 113 (44.53% from 255) = 94.96%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=3.36%
G=94.96%
B=1.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411320.9600.980.56118.9296.5222.55
Hex47126006238776117
Octal4161214001427016714127
Binary1001110001101100000011000101110001110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047102; }

 p { color: rgb(4,113,2); }

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

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

 a { background-color: rgb(4,113,2); }

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

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

 span { border-color: rgb(4,113,2); }

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