Html Css Color HEX #1D3024 Midnight Moss

📋 copy color: '#1D3024'

red 29 ◦ green 48 ◦ blue 36

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

Shades of Midnight Moss #1D3024

Tints of Midnight Moss #1D3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.48%

 BLUE value IS 36 (14.45% from 255) = 31.86%

R = 25.66%
G = 42.48%
B = 31.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#1D3024 (or 0x1D3024) is known color: Midnight Moss. HEX triplet: 1D, 30 and 24. RGB value is (29,48,36). Sum of RGB (Red+Green+Blue) = 29+48+36=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3024 is #E2CFDB. Grayscale: #282828. Windows color (decimal): -14864348 or 2371613. OLE color: 2371613.

HSL color Cylindrical-coordinate representation of color #1D3024: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3024 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 48 36 -
CMYK 0.40 0 0.25 0.81
HSL 142.11º 0.25% 0.15% -
HSV(B) 142.11º 0.4% 0.19% -
XYZ 1.88 2.5 2.05 -
YUV 40.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 29 48 36 0.40 0 0.25 0.81 142.11 0.25 0.15
Hex 1D 30 24 28 0 19 51 8E 19 F
Octal 35 60 44 50 0 31 121 216 31 17
Binary 11101 110000 100100 101000 0 11001 1010001 10001110 11001 1111

Color Harmonies of #1D3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3024

Black with #1D3024

Text Example


Text Example

White with #1D3024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,36); }

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

background-color css

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

 a { background-color: rgb(29,48,36); }

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

border-color css

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

 span { border-color: rgb(29,48,36); }

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