#1D572A

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

Shades of Crusoe #1D572A

Tints of Crusoe #1D572A

Color information

#1D572A (or 0x1D572A) is unknown color: approx Crusoe. HEX triplet: 1D, 57 and 2A. RGB value is (29,87,42). Sum of RGB (Red+Green+Blue) = 29+87+42=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #1D572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D572A is #E2A8D5. Grayscale: #404040. Windows color (decimal): -14854358 or 2774813. OLE color: 2774813.

HSL color Cylindrical-coordinate representation of color #1D572A: hue angle of 133.45º 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 #1D572A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB298742-
CMYK0.6700.520.66
HSL133.45º50%22.75%-
HSV(B)133.45º66.67%34.12%-
XYZ4.337.243.36-
YUV64.53115.28102.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=18.35%
G=55.06%
B=26.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2987420.6700.520.66133.455022.75
Hex1D572A4303442853217
Octal35127521030641022056227
Binary1110110101111010101000011011010010000101000010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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