Html Css Color HEX #1D370F Myrtle

📋 copy color: '#1D370F'

red 29 ◦ green 55 ◦ blue 15

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

Shades of Myrtle #1D370F

Tints of Myrtle #1D370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 55.56%

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

R = 29.29%
G = 55.56%
B = 15.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#1D370F (or 0x1D370F) is known color: Myrtle. HEX triplet: 1D, 37 and 0F. RGB value is (29,55,15). Sum of RGB (Red+Green+Blue) = 29+55+15=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #1D370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D370F is #E2C8F0. Grayscale: #2A2A2A. Windows color (decimal): -14862577 or 997149. OLE color: 997149.

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

Color convert

RGB 29 55 15 -
CMYK 0.47 0 0.73 0.78
HSL 99º 0.57% 0.14% -
HSV(B) 99º 0.73% 0.22% -
XYZ 1.96 3.03 0.93 -
YUV 42.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 29 55 15 0.47 0 0.73 0.78 99 0.57 0.14
Hex 1D 37 F 2F 0 49 4E 63 39 E
Octal 35 67 17 57 0 111 116 143 71 16
Binary 11101 110111 1111 101111 0 1001001 1001110 1100011 111001 1110

Color Harmonies of #1D370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D370F

Black with #1D370F

Text Example


Text Example

White with #1D370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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