Html Css Color HEX #1D5127 Crusoe

📋 copy color: '#1D5127'

red 29 ◦ green 81 ◦ blue 39

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

Shades of Crusoe #1D5127

Tints of Crusoe #1D5127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54.36%

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

R = 19.46%
G = 54.36%
B = 26.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#1D5127 (or 0x1D5127) is known color: Crusoe. HEX triplet: 1D, 51 and 27. RGB value is (29,81,39). Sum of RGB (Red+Green+Blue) = 29+81+39=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5127 is #E2AED8. Grayscale: #3C3C3C. Windows color (decimal): -14855897 or 2576669. OLE color: 2576669.

HSL color Cylindrical-coordinate representation of color #1D5127: hue angle of 131.54º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5127 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 81 39 -
CMYK 0.64 0 0.52 0.68
HSL 131.54º 0.47% 0.22% -
HSV(B) 131.54º 0.64% 0.32% -
XYZ 3.82 6.29 2.93 -
YUV 60.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 29 81 39 0.64 0 0.52 0.68 131.54 0.47 0.22
Hex 1D 51 27 40 0 34 44 84 2F 16
Octal 35 121 47 100 0 64 104 204 57 26
Binary 11101 1010001 100111 1000000 0 110100 1000100 10000100 101111 10110

Color Harmonies of #1D5127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5127

Black with #1D5127

Text Example


Text Example

White with #1D5127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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