Html Css Color HEX #0F200E Myrtle

📋 copy color: '#0F200E'

red 15 ◦ green 32 ◦ blue 14

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

Shades of Myrtle #0F200E

Tints of Myrtle #0F200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 52.46%

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

R = 24.59%
G = 52.46%
B = 22.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#0F200E (or 0x0F200E) is known color: Myrtle. HEX triplet: 0F, 20 and 0E. RGB value is (15,32,14). Sum of RGB (Red+Green+Blue) = 15+32+14=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #0F200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F200E is #F0DFF1. Grayscale: #181818. Windows color (decimal): -15785970 or 925711. OLE color: 925711.

HSL color Cylindrical-coordinate representation of color #0F200E: hue angle of 116.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F200E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 14 -
CMYK 0.53 0 0.56 0.87
HSL 116.67º 0.39% 0.09% -
HSV(B) 116.67º 0.56% 0.13% -
XYZ 0.79 1.17 0.6 -
YUV 24.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 15 32 14 0.53 0 0.56 0.87 116.67 0.39 0.09
Hex F 20 E 35 0 38 57 75 27 9
Octal 17 40 16 65 0 70 127 165 47 11
Binary 1111 100000 1110 110101 0 111000 1010111 1110101 100111 1001

Color Harmonies of #0F200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F200E

Black with #0F200E

Text Example


Text Example

White with #0F200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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