Html Css Color HEX #047029 Crusoe

📋 copy color: '#047029'

red 4 ◦ green 112 ◦ blue 41

#047029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #047029

Tints of Crusoe #047029

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 value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#047029 (or 0x047029) is known color: 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

RGB 4 112 41 -
CMYK 0.96 0 0.63 0.56
HSL 140.56º 0.93% 0.23% -
HSV(B) 140.56º 0.96% 0.44% -
XYZ 6.24 11.77 4.04 -
YUV 71.61 110.72 79.77 -
System Red Green Blue C M Y K H S L
Decimal 4 112 41 0.96 0 0.63 0.56 140.56 0.93 0.23
Hex 4 70 29 60 0 3F 38 8D 5D 17
Octal 4 160 51 140 0 77 70 215 135 27
Binary 100 1110000 101001 1100000 0 111111 111000 10001101 1011101 10111

Color Harmonies of #047029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047029

Black with #047029

Text Example


Text Example

White with #047029

Text Example


Text Example

HTML Codes & Css Web 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>