#1D5C2D

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

Shades of Crusoe #1D5C2D

Tints of Crusoe #1D5C2D

Color information

#1D5C2D (or 0x1D5C2D) is unknown color: approx Crusoe. HEX triplet: 1D, 5C and 2D. RGB value is (29,92,45). Sum of RGB (Red+Green+Blue) = 29+92+45=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5C2D is #E2A3D2. Grayscale: #434343. Windows color (decimal): -14853075 or 2972701. OLE color: 2972701.

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

Color convert

RGB299245-
CMYK0.6800.510.64
HSL135.24º52.07%23.73%-
HSV(B)135.24º68.48%36.08%-
XYZ4.818.13.79-
YUV67.8115.13100.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.47%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=17.47%
G=55.42%
B=27.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2992450.6800.510.64135.2452.0723.73
Hex1D5C2D4403340873418
Octal35134551040631002076430
Binary1110110111001011011000100011001110000001000011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,92,45); }

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

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

 a { background-color: rgb(29,92,45); }

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

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

 span { border-color: rgb(29,92,45); }

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