Html Css Color HEX #1D5D29 Crusoe

📋 copy color: '#1D5D29'

red 29 ◦ green 93 ◦ blue 41

#1D5D29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #1D5D29

Tints of Crusoe #1D5D29

RGB

 RED value IS 29 (11.72% from 255) = 17.79%

 GREEN value IS 93 (36.72% from 255) = 57.06%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 17.79%
G = 57.06%
B = 25.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#1D5D29 (or 0x1D5D29) is known color: Crusoe. HEX triplet: 1D, 5D and 29. RGB value is (29,93,41). Sum of RGB (Red+Green+Blue) = 29+93+41=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D29 is #E2A2D6. Grayscale: #444444. Windows color (decimal): -14852823 or 2710813. OLE color: 2710813.

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

Color convert

RGB 29 93 41 -
CMYK 0.69 0 0.56 0.64
HSL 131.25º 0.52% 0.24% -
HSV(B) 131.25º 0.69% 0.36% -
XYZ 4.82 8.25 3.44 -
YUV 67.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 29 93 41 0.69 0 0.56 0.64 131.25 0.52 0.24
Hex 1D 5D 29 45 0 38 40 83 34 18
Octal 35 135 51 105 0 70 100 203 64 30
Binary 11101 1011101 101001 1000101 0 111000 1000000 10000011 110100 11000

Color Harmonies of #1D5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5D29

Black with #1D5D29

Text Example


Text Example

White with #1D5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D5D29;
 }
 .AnyTagClassName
 {
   color: #1D5D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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