#1D532A

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

Shades of Crusoe #1D532A

Tints of Crusoe #1D532A

Color information

#1D532A (or 0x1D532A) is unknown color: approx Crusoe. HEX triplet: 1D, 53 and 2A. RGB value is (29,83,42). Sum of RGB (Red+Green+Blue) = 29+83+42=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #1D532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D532A is #E2ACD5. Grayscale: #3E3E3E. Windows color (decimal): -14855382 or 2773789. OLE color: 2773789.

HSL color Cylindrical-coordinate representation of color #1D532A: hue angle of 134.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D532A is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB298342-
CMYK0.6500.490.67
HSL134.44º48.21%21.96%-
HSV(B)134.44º65.06%32.55%-
XYZ4.026.613.26-
YUV62.18116.61104.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.83%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=18.83%
G=53.90%
B=27.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983420.6500.490.67134.4448.2121.96
Hex1D532A4103143863016
Octal35123521010611032066026
Binary1110110100111010101000001011000110000111000011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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