#1D5929

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

Shades of Crusoe #1D5929

Tints of Crusoe #1D5929

Color information

#1D5929 (or 0x1D5929) is unknown color: approx Crusoe. HEX triplet: 1D, 59 and 29. RGB value is (29,89,41). Sum of RGB (Red+Green+Blue) = 29+89+41=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5929 is #E2A6D6. Grayscale: #414141. Windows color (decimal): -14853847 or 2709789. OLE color: 2709789.

HSL color Cylindrical-coordinate representation of color #1D5929: hue angle of 132º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5929 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB298941-
CMYK0.6700.540.65
HSL132º50.85%23.14%-
HSV(B)132º67.42%34.9%-
XYZ4.487.573.32-
YUV65.59114.12101.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=18.24%
G=55.97%
B=25.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2989410.6700.540.6513250.8523.14
Hex1D59294303641843317
Octal35131511030661012046327
Binary1110110110011010011000011011011010000011000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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