#0D2F0E

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

Shades of Myrtle #0D2F0E

Tints of Myrtle #0D2F0E

Color information

#0D2F0E (or 0x0D2F0E) is unknown color: approx Myrtle. HEX triplet: 0D, 2F and 0E. RGB value is (13,47,14). Sum of RGB (Red+Green+Blue) = 13+47+14=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2F0E is #F2D0F1. Grayscale: #212121. Windows color (decimal): -15913202 or 929549. OLE color: 929549.

HSL color Cylindrical-coordinate representation of color #0D2F0E: hue angle of 121.76º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2F0E is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB134714-
CMYK0.7200.700.82
HSL121.76º56.67%11.76%-
HSV(B)121.76º72.34%18.43%-
XYZ1.262.150.76-
YUV33.07117.24113.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=17.57%
G=63.51%
B=18.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347140.7200.700.82121.7656.6711.76
HexD2FE48046527a39c
Octal15571611001061221727114
Binary11011011111110100100001000110101001011110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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