Html Css Color HEX #1D582D Crusoe

📋 copy color: '#1D582D'

red 29 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #1D582D

Tints of Crusoe #1D582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 17.9%
G = 54.32%
B = 27.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#1D582D (or 0x1D582D) is known color: Crusoe. HEX triplet: 1D, 58 and 2D. RGB value is (29,88,45). Sum of RGB (Red+Green+Blue) = 29+88+45=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1D582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D582D is #E2A7D2. Grayscale: #414141. Windows color (decimal): -14854099 or 2971677. OLE color: 2971677.

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

Color convert

RGB 29 88 45 -
CMYK 0.67 0 0.49 0.65
HSL 136.27º 0.5% 0.23% -
HSV(B) 136.27º 0.67% 0.35% -
XYZ 4.47 7.43 3.68 -
YUV 65.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 29 88 45 0.67 0 0.49 0.65 136.27 0.5 0.23
Hex 1D 58 2D 43 0 31 41 88 32 17
Octal 35 130 55 103 0 61 101 210 62 27
Binary 11101 1011000 101101 1000011 0 110001 1000001 10001000 110010 10111

Color Harmonies of #1D582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D582D

Black with #1D582D

Text Example


Text Example

White with #1D582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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