Html Css Color HEX #1D5C2E Crusoe

📋 copy color: '#1D5C2E'

red 29 ◦ green 92 ◦ blue 46

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

Shades of Crusoe #1D5C2E

Tints of Crusoe #1D5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 55.09%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 17.37%
G = 55.09%
B = 27.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.64

RGB Variations

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

Color information

#1D5C2E (or 0x1D5C2E) is known color: Crusoe. HEX triplet: 1D, 5C and 2E. RGB value is (29,92,46). Sum of RGB (Red+Green+Blue) = 29+92+46=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5C2E is #E2A3D1. Grayscale: #444444. Windows color (decimal): -14853074 or 3038237. OLE color: 3038237.

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

Color convert

RGB 29 92 46 -
CMYK 0.68 0 0.50 0.64
HSL 136.19º 0.52% 0.24% -
HSV(B) 136.19º 0.68% 0.36% -
XYZ 4.83 8.11 3.9 -
YUV 67.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 29 92 46 0.68 0 0.50 0.64 136.19 0.52 0.24
Hex 1D 5C 2E 44 0 32 40 88 34 18
Octal 35 134 56 104 0 62 100 210 64 30
Binary 11101 1011100 101110 1000100 0 110010 1000000 10001000 110100 11000

Color Harmonies of #1D5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5C2E

Black with #1D5C2E

Text Example


Text Example

White with #1D5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,92,46); }

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

background-color css

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

 a { background-color: rgb(29,92,46); }

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

border-color css

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

 span { border-color: rgb(29,92,46); }

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