#056F29

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

Shades of Crusoe #056F29

Tints of Crusoe #056F29

Color information

#056F29 (or 0x056F29) is unknown color: approx Crusoe. HEX triplet: 05, 6F and 29. RGB value is (5,111,41). Sum of RGB (Red+Green+Blue) = 5+111+41=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #056F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F29 is #FA90D6. Grayscale: #474747. Windows color (decimal): -16421079 or 2715397. OLE color: 2715397.

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

Color convert

RGB511141-
CMYK0.9500.630.56
HSL140.38º91.38%22.75%-
HSV(B)140.38º95.5%43.53%-
XYZ6.1511.564.01-
YUV71.33110.8880.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 111 (43.75% from 255) = 70.70%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=3.18%
G=70.70%
B=26.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111410.9500.630.56140.3891.3822.75
Hex56F295F03F388c5b17
Octal5157511370777021413327
Binary10111011111010011011111011111111100010001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F29; }

 p { color: rgb(5,111,41); }

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

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

 a { background-color: rgb(5,111,41); }

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

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

 span { border-color: rgb(5,111,41); }

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