#0D2F10

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

Shades of Myrtle #0D2F10

Tints of Myrtle #0D2F10

Color information

#0D2F10 (or 0x0D2F10) is unknown color: approx Myrtle. HEX triplet: 0D, 2F and 10. RGB value is (13,47,16). Sum of RGB (Red+Green+Blue) = 13+47+16=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2F10 is #F2D0EF. Grayscale: #212121. Windows color (decimal): -15913200 or 1060621. OLE color: 1060621.

HSL color Cylindrical-coordinate representation of color #0D2F10: hue angle of 125.29º 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 #0D2F10 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB134716-
CMYK0.7200.660.82
HSL125.29º56.67%11.76%-
HSV(B)125.29º72.34%18.43%-
XYZ1.282.160.84-
YUV33.3118.24113.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 47 (18.75% from 255) = 61.84%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=17.11%
G=61.84%
B=21.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347160.7200.660.82125.2956.6711.76
HexD2F1048042527d39c
Octal15572011001021221757114
Binary110110111110000100100001000010101001011111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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