Html Css Color HEX #1D381D Myrtle

📋 copy color: '#1D381D'

red 29 ◦ green 56 ◦ blue 29

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

Shades of Myrtle #1D381D

Tints of Myrtle #1D381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.12%

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 25.44%
G = 49.12%
B = 25.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#1D381D (or 0x1D381D) is known color: Myrtle. HEX triplet: 1D, 38 and 1D. RGB value is (29,56,29). Sum of RGB (Red+Green+Blue) = 29+56+29=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #1D381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D381D is #E2C7E2. Grayscale: #2C2C2C. Windows color (decimal): -14862307 or 1914909. OLE color: 1914909.

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

Color convert

RGB 29 56 29 -
CMYK 0.48 0 0.48 0.78
HSL 120º 0.32% 0.17% -
HSV(B) 120º 0.48% 0.22% -
XYZ 2.14 3.18 1.66 -
YUV 44.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 29 56 29 0.48 0 0.48 0.78 120 0.32 0.17
Hex 1D 38 1D 30 0 30 4E 78 20 11
Octal 35 70 35 60 0 60 116 170 40 21
Binary 11101 111000 11101 110000 0 110000 1001110 1111000 100000 10001

Color Harmonies of #1D381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D381D

Black with #1D381D

Text Example


Text Example

White with #1D381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,29); }

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

background-color css

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

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

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

border-color css

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

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

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