Html Css Color HEX #1D390F Myrtle

📋 copy color: '#1D390F'

red 29 ◦ green 57 ◦ blue 15

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

Shades of Myrtle #1D390F

Tints of Myrtle #1D390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 56.44%

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 28.71%
G = 56.44%
B = 14.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#1D390F (or 0x1D390F) is known color: Myrtle. HEX triplet: 1D, 39 and 0F. RGB value is (29,57,15). Sum of RGB (Red+Green+Blue) = 29+57+15=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #1D390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D390F is #E2C6F0. Grayscale: #2B2B2B. Windows color (decimal): -14862065 or 997661. OLE color: 997661.

HSL color Cylindrical-coordinate representation of color #1D390F: hue angle of 100º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D390F is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 57 15 -
CMYK 0.49 0 0.74 0.78
HSL 100º 0.58% 0.14% -
HSV(B) 100º 0.74% 0.22% -
XYZ 2.06 3.22 0.97 -
YUV 43.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 29 57 15 0.49 0 0.74 0.78 100 0.58 0.14
Hex 1D 39 F 31 0 4A 4E 64 3A E
Octal 35 71 17 61 0 112 116 144 72 16
Binary 11101 111001 1111 110001 0 1001010 1001110 1100100 111010 1110

Color Harmonies of #1D390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D390F

Black with #1D390F

Text Example


Text Example

White with #1D390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,15); }

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

background-color css

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

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

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

border-color css

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

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

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