Html Css Color HEX #1D5427 Crusoe

📋 copy color: '#1D5427'

red 29 ◦ green 84 ◦ blue 39

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

Shades of Crusoe #1D5427

Tints of Crusoe #1D5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 19.08%
G = 55.26%
B = 25.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#1D5427 (or 0x1D5427) is known color: Crusoe. HEX triplet: 1D, 54 and 27. RGB value is (29,84,39). Sum of RGB (Red+Green+Blue) = 29+84+39=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5427 is #E2ABD8. Grayscale: #3E3E3E. Windows color (decimal): -14855129 or 2577437. OLE color: 2577437.

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

Color convert

RGB 29 84 39 -
CMYK 0.65 0 0.54 0.67
HSL 130.91º 0.49% 0.22% -
HSV(B) 130.91º 0.65% 0.33% -
XYZ 4.04 6.75 3.01 -
YUV 62.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 29 84 39 0.65 0 0.54 0.67 130.91 0.49 0.22
Hex 1D 54 27 41 0 36 43 83 31 16
Octal 35 124 47 101 0 66 103 203 61 26
Binary 11101 1010100 100111 1000001 0 110110 1000011 10000011 110001 10110

Color Harmonies of #1D5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5427

Black with #1D5427

Text Example


Text Example

White with #1D5427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,84,39); }

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

background-color css

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

 a { background-color: rgb(29,84,39); }

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

border-color css

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

 span { border-color: rgb(29,84,39); }

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