#047029

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

Shades of Crusoe #047029

Tints of Crusoe #047029

Color information

#047029 (or 0x047029) is unknown color: approx Crusoe. HEX triplet: 04, 70 and 29. RGB value is (4,112,41). Sum of RGB (Red+Green+Blue) = 4+112+41=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #047029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047029 is #FB8FD6. Grayscale: #474747. Windows color (decimal): -16486359 or 2715652. OLE color: 2715652.

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

Color convert

RGB411241-
CMYK0.9600.630.56
HSL140.56º93.1%22.75%-
HSV(B)140.56º96.43%43.92%-
XYZ6.2411.774.04-
YUV71.61110.7279.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 112 (44.14% from 255) = 71.34%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=2.55%
G=71.34%
B=26.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112410.9600.630.56140.5693.122.75
Hex470296003F388d5d17
Octal4160511400777021513527
Binary10011100001010011100000011111111100010001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047029; }

 p { color: rgb(4,112,41); }

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

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

 a { background-color: rgb(4,112,41); }

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

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

 span { border-color: rgb(4,112,41); }

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