Html Css Color HEX #1D552D Crusoe

📋 copy color: '#1D552D'

red 29 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #1D552D

Tints of Crusoe #1D552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

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

R = 18.24%
G = 53.46%
B = 28.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#1D552D (or 0x1D552D) is known color: Crusoe. HEX triplet: 1D, 55 and 2D. RGB value is (29,85,45). Sum of RGB (Red+Green+Blue) = 29+85+45=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #1D552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D552D is #E2AAD2. Grayscale: #3F3F3F. Windows color (decimal): -14854867 or 2970909. OLE color: 2970909.

HSL color Cylindrical-coordinate representation of color #1D552D: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D552D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 45 -
CMYK 0.66 0 0.47 0.67
HSL 137.14º 0.49% 0.22% -
HSV(B) 137.14º 0.66% 0.33% -
XYZ 4.23 6.95 3.6 -
YUV 63.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 29 85 45 0.66 0 0.47 0.67 137.14 0.49 0.22
Hex 1D 55 2D 42 0 2F 43 89 31 16
Octal 35 125 55 102 0 57 103 211 61 26
Binary 11101 1010101 101101 1000010 0 101111 1000011 10001001 110001 10110

Color Harmonies of #1D552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D552D

Black with #1D552D

Text Example


Text Example

White with #1D552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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