#0F200D

Color #0F200D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0F200D

Tints of Myrtle #0F200D

Color information

#0F200D (or 0x0F200D) is unknown color: approx Myrtle. HEX triplet: 0F, 20 and 0D. RGB value is (15,32,13). Sum of RGB (Red+Green+Blue) = 15+32+13=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #0F200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F200D is #F0DFF2. Grayscale: #181818. Windows color (decimal): -15785971 or 860175. OLE color: 860175.

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

Color convert

RGB153213-
CMYK0.5300.590.87
HSL113.68º42.22%8.82%-
HSV(B)113.68º59.38%12.55%-
XYZ0.791.160.56-
YUV24.75121.37121.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=25%
G=53.33%
B=21.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1532130.5300.590.87113.6842.228.82
HexF20D3503B57722a9
Octal174015650731271625211
Binary111110000011011101010111011101011111100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F200D;
 }
 .AnyTagClassName
 {
   color: #0F200D;
 }
</style>
background-color css

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

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

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

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

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

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