Html Css Color HEX #1D592B Crusoe

📋 copy color: '#1D592B'

red 29 ◦ green 89 ◦ blue 43

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

Shades of Crusoe #1D592B

Tints of Crusoe #1D592B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

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

R = 18.01%
G = 55.28%
B = 26.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#1D592B (or 0x1D592B) is known color: Crusoe. HEX triplet: 1D, 59 and 2B. RGB value is (29,89,43). Sum of RGB (Red+Green+Blue) = 29+89+43=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #1D592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D592B is #E2A6D4. Grayscale: #414141. Windows color (decimal): -14853845 or 2840861. OLE color: 2840861.

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

Color convert

RGB 29 89 43 -
CMYK 0.67 0 0.52 0.65
HSL 134º 0.51% 0.23% -
HSV(B) 134º 0.67% 0.35% -
XYZ 4.52 7.58 3.51 -
YUV 65.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 29 89 43 0.67 0 0.52 0.65 134 0.51 0.23
Hex 1D 59 2B 43 0 34 41 86 33 17
Octal 35 131 53 103 0 64 101 206 63 27
Binary 11101 1011001 101011 1000011 0 110100 1000001 10000110 110011 10111

Color Harmonies of #1D592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D592B

Black with #1D592B

Text Example


Text Example

White with #1D592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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