#0D2C0E

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

Shades of Myrtle #0D2C0E

Tints of Myrtle #0D2C0E

Color information

#0D2C0E (or 0x0D2C0E) is unknown color: approx Myrtle. HEX triplet: 0D, 2C and 0E. RGB value is (13,44,14). Sum of RGB (Red+Green+Blue) = 13+44+14=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2C0E is #F2D3F1. Grayscale: #1F1F1F. Windows color (decimal): -15913970 or 928781. OLE color: 928781.

HSL color Cylindrical-coordinate representation of color #0D2C0E: hue angle of 121.94º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2C0E is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.

Color convert

RGB134414-
CMYK0.7000.680.83
HSL121.94º54.39%11.18%-
HSV(B)121.94º70.45%17.25%-
XYZ1.151.920.73-
YUV31.31118.23114.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 44 (17.58% from 255) = 61.97%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=18.31%
G=61.97%
B=19.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1344140.7000.680.83121.9454.3911.18
HexD2CE46044537a36b
Octal15541610601041231726613
Binary11011011001110100011001000100101001111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,44,14); }

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

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

 a { background-color: rgb(13,44,14); }

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

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

 span { border-color: rgb(13,44,14); }

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