#1D592B

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

Shades of Crusoe #1D592B

Tints of Crusoe #1D592B

Color information

#1D592B (or 0x1D592B) is unknown color: approx Crusoe. HEX triplet: 1D, 59 and 2B. RGB value is (29,89,43). Sum of RGB (Red+Green+Blue) = 29+89+43=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #1D592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D592B is #E2A6D4. Grayscale: #414141. Windows color (decimal): -14853845 or 2840861. OLE color: 2840861.

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

Color convert

RGB298943-
CMYK0.6700.520.65
HSL134º50.85%23.14%-
HSV(B)134º67.42%34.9%-
XYZ4.527.583.51-
YUV65.82115.12101.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=18.01%
G=55.28%
B=26.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2989430.6700.520.6513450.8523.14
Hex1D592B4303441863317
Octal35131531030641012066327
Binary1110110110011010111000011011010010000011000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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