Html Css Color HEX #1D572B Crusoe

📋 copy color: '#1D572B'

red 29 ◦ green 87 ◦ blue 43

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

Shades of Crusoe #1D572B

Tints of Crusoe #1D572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 18.24%
G = 54.72%
B = 27.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#1D572B (or 0x1D572B) is known color: Crusoe. HEX triplet: 1D, 57 and 2B. RGB value is (29,87,43). Sum of RGB (Red+Green+Blue) = 29+87+43=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #1D572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D572B is #E2A8D4. Grayscale: #404040. Windows color (decimal): -14854357 or 2840349. OLE color: 2840349.

HSL color Cylindrical-coordinate representation of color #1D572B: hue angle of 134.48º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D572B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 87 43 -
CMYK 0.67 0 0.51 0.66
HSL 134.48º 0.5% 0.23% -
HSV(B) 134.48º 0.67% 0.34% -
XYZ 4.35 7.25 3.46 -
YUV 64.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 29 87 43 0.67 0 0.51 0.66 134.48 0.5 0.23
Hex 1D 57 2B 43 0 33 42 86 32 17
Octal 35 127 53 103 0 63 102 206 62 27
Binary 11101 1010111 101011 1000011 0 110011 1000010 10000110 110010 10111

Color Harmonies of #1D572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D572B

Black with #1D572B

Text Example


Text Example

White with #1D572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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