Html Css Color HEX #0F1F0E Myrtle

📋 copy color: '#0F1F0E'

red 15 ◦ green 31 ◦ blue 14

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

Shades of Myrtle #0F1F0E

Tints of Myrtle #0F1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 51.67%

 BLUE value IS 14 (5.86% from 255) = 23.33%

R = 25%
G = 51.67%
B = 23.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#0F1F0E (or 0x0F1F0E) is known color: Myrtle. HEX triplet: 0F, 1F and 0E. RGB value is (15,31,14). Sum of RGB (Red+Green+Blue) = 15+31+14=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F0E is #F0E0F1. Grayscale: #181818. Windows color (decimal): -15786226 or 925455. OLE color: 925455.

HSL color Cylindrical-coordinate representation of color #0F1F0E: hue angle of 116.47º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F1F0E is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 14 -
CMYK 0.52 0 0.55 0.88
HSL 116.47º 0.38% 0.09% -
HSV(B) 116.47º 0.55% 0.12% -
XYZ 0.77 1.11 0.59 -
YUV 24.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 15 31 14 0.52 0 0.55 0.88 116.47 0.38 0.09
Hex F 1F E 34 0 37 58 74 26 9
Octal 17 37 16 64 0 67 130 164 46 11
Binary 1111 11111 1110 110100 0 110111 1011000 1110100 100110 1001

Color Harmonies of #0F1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F0E

Black with #0F1F0E

Text Example


Text Example

White with #0F1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,31,14); }

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

background-color css

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

 a { background-color: rgb(15,31,14); }

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

border-color css

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

 span { border-color: rgb(15,31,14); }

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