Html Css Color HEX #1D592E Crusoe

📋 copy color: '#1D592E'

red 29 ◦ green 89 ◦ blue 46

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

Shades of Crusoe #1D592E

Tints of Crusoe #1D592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 17.68%
G = 54.27%
B = 28.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#1D592E (or 0x1D592E) is known color: Crusoe. HEX triplet: 1D, 59 and 2E. RGB value is (29,89,46). Sum of RGB (Red+Green+Blue) = 29+89+46=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #1D592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D592E is #E2A6D1. Grayscale: #424242. Windows color (decimal): -14853842 or 3037469. OLE color: 3037469.

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

Color convert

RGB 29 89 46 -
CMYK 0.67 0 0.48 0.65
HSL 137º 0.51% 0.23% -
HSV(B) 137º 0.67% 0.35% -
XYZ 4.57 7.6 3.81 -
YUV 66.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 29 89 46 0.67 0 0.48 0.65 137 0.51 0.23
Hex 1D 59 2E 43 0 30 41 89 33 17
Octal 35 131 56 103 0 60 101 211 63 27
Binary 11101 1011001 101110 1000011 0 110000 1000001 10001001 110011 10111

Color Harmonies of #1D592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D592E

Black with #1D592E

Text Example


Text Example

White with #1D592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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