#1D5827

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

Shades of Crusoe #1D5827

Tints of Crusoe #1D5827

Color information

#1D5827 (or 0x1D5827) is unknown color: approx Crusoe. HEX triplet: 1D, 58 and 27. RGB value is (29,88,39). Sum of RGB (Red+Green+Blue) = 29+88+39=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5827 is #E2A7D8. Grayscale: #404040. Windows color (decimal): -14854105 or 2578461. OLE color: 2578461.

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

Color convert

RGB298839-
CMYK0.6700.560.65
HSL130.17º50.43%22.94%-
HSV(B)130.17º67.05%34.51%-
XYZ4.367.393.12-
YUV64.77113.45102.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 39 (15.62% from 255) = 25%
R=18.59%
G=56.41%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2988390.6700.560.65130.1750.4322.94
Hex1D58274303841823217
Octal35130471030701012026227
Binary1110110110001001111000011011100010000011000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,39); }

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

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

 a { background-color: rgb(29,88,39); }

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

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

 span { border-color: rgb(29,88,39); }

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