#1D5D2D

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

Shades of Crusoe #1D5D2D

Tints of Crusoe #1D5D2D

Color information

#1D5D2D (or 0x1D5D2D) is unknown color: approx Crusoe. HEX triplet: 1D, 5D and 2D. RGB value is (29,93,45). Sum of RGB (Red+Green+Blue) = 29+93+45=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D2D is #E2A2D2. Grayscale: #444444. Windows color (decimal): -14852819 or 2972957. OLE color: 2972957.

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

Color convert

RGB299345-
CMYK0.6900.520.64
HSL135º52.46%23.92%-
HSV(B)135º68.82%36.47%-
XYZ4.898.283.82-
YUV68.39114.899.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=17.37%
G=55.69%
B=26.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2993450.6900.520.6413552.4623.92
Hex1D5D2D4503440873418
Octal35135551050641002076430
Binary1110110111011011011000101011010010000001000011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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