#1D5D29

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

Shades of Crusoe #1D5D29

Tints of Crusoe #1D5D29

Color information

#1D5D29 (or 0x1D5D29) is unknown color: approx Crusoe. HEX triplet: 1D, 5D and 29. RGB value is (29,93,41). Sum of RGB (Red+Green+Blue) = 29+93+41=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D29 is #E2A2D6. Grayscale: #444444. Windows color (decimal): -14852823 or 2710813. OLE color: 2710813.

HSL color Cylindrical-coordinate representation of color #1D5D29: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D29 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB299341-
CMYK0.6900.560.64
HSL131.25º52.46%23.92%-
HSV(B)131.25º68.82%36.47%-
XYZ4.828.253.44-
YUV67.94112.8100.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 93 (36.72% from 255) = 57.06%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=17.79%
G=57.06%
B=25.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2993410.6900.560.64131.2552.4623.92
Hex1D5D294503840833418
Octal35135511050701002036430
Binary1110110111011010011000101011100010000001000001111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,93,41); }

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

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

 a { background-color: rgb(29,93,41); }

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

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

 span { border-color: rgb(29,93,41); }

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