Html Css Color HEX #1D532B Crusoe

📋 copy color: '#1D532B'

red 29 ◦ green 83 ◦ blue 43

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

Shades of Crusoe #1D532B

Tints of Crusoe #1D532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

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

R = 18.71%
G = 53.55%
B = 27.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#1D532B (or 0x1D532B) is known color: Crusoe. HEX triplet: 1D, 53 and 2B. RGB value is (29,83,43). Sum of RGB (Red+Green+Blue) = 29+83+43=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #1D532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D532B is #E2ACD4. Grayscale: #3E3E3E. Windows color (decimal): -14855381 or 2839325. OLE color: 2839325.

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

Color convert

RGB 29 83 43 -
CMYK 0.65 0 0.48 0.67
HSL 135.56º 0.48% 0.22% -
HSV(B) 135.56º 0.65% 0.33% -
XYZ 4.04 6.62 3.35 -
YUV 62.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 29 83 43 0.65 0 0.48 0.67 135.56 0.48 0.22
Hex 1D 53 2B 41 0 30 43 88 30 16
Octal 35 123 53 101 0 60 103 210 60 26
Binary 11101 1010011 101011 1000001 0 110000 1000011 10001000 110000 10110

Color Harmonies of #1D532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D532B

Black with #1D532B

Text Example


Text Example

White with #1D532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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