Html Css Color HEX #0F1E0D Myrtle

📋 copy color: '#0F1E0D'

red 15 ◦ green 30 ◦ blue 13

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

Shades of Myrtle #0F1E0D

Tints of Myrtle #0F1E0D

RGB

 RED value IS 15 (6.25% from 255) = 25.86%

 GREEN value IS 30 (12.11% from 255) = 51.72%

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 25.86%
G = 51.72%
B = 22.41%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.57

 K value IS 0.88

RGB Variations

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

Color information

#0F1E0D (or 0x0F1E0D) is known color: Myrtle. HEX triplet: 0F, 1E and 0D. RGB value is (15,30,13). Sum of RGB (Red+Green+Blue) = 15+30+13=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E0D is #F0E1F2. Grayscale: #171717. Windows color (decimal): -15786483 or 859663. OLE color: 859663.

HSL color Cylindrical-coordinate representation of color #0F1E0D: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1E0D is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 30 13 -
CMYK 0.5 0 0.57 0.88
HSL 112.94º 0.4% 0.08% -
HSV(B) 112.94º 0.57% 0.12% -
XYZ 0.73 1.06 0.55 -
YUV 23.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 15 30 13 0.5 0 0.57 0.88 112.94 0.4 0.08
Hex F 1E D 32 0 39 58 71 28 8
Octal 17 36 15 62 0 71 130 161 50 10
Binary 1111 11110 1101 110010 0 111001 1011000 1110001 101000 1000

Color Harmonies of #0F1E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E0D

Black with #0F1E0D

Text Example


Text Example

White with #0F1E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F1E0D; }

 p { color: rgb(15,30,13); }

 H1.HeaderClassName
 {
   color: #0F1E0D;
 }
 .AnyTagClassName
 {
   color: #0F1E0D;
 }
</style>

background-color css

<style>
 a { background-color: #0F1E0D; }

 a { background-color: rgb(15,30,13); }

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

border-color css

<style>
 span { border-color: #0F1E0D; }

 span { border-color: rgb(15,30,13); }

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