#1D572D

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

Shades of Crusoe #1D572D

Tints of Crusoe #1D572D

Color information

#1D572D (or 0x1D572D) is unknown color: approx Crusoe. HEX triplet: 1D, 57 and 2D. RGB value is (29,87,45). Sum of RGB (Red+Green+Blue) = 29+87+45=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #1D572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D572D is #E2A8D2. Grayscale: #404040. Windows color (decimal): -14854355 or 2971421. OLE color: 2971421.

HSL color Cylindrical-coordinate representation of color #1D572D: hue angle of 136.55º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D572D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB298745-
CMYK0.6700.480.66
HSL136.55º50%22.75%-
HSV(B)136.55º66.67%34.12%-
XYZ4.397.273.65-
YUV64.87116.78102.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=18.01%
G=54.04%
B=27.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2987450.6700.480.66136.555022.75
Hex1D572D4303042893217
Octal35127551030601022116227
Binary1110110101111011011000011011000010000101000100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D572D; }

 p { color: rgb(29,87,45); }

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

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

 a { background-color: rgb(29,87,45); }

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

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

 span { border-color: rgb(29,87,45); }

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