#0D2501

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

Shades of Myrtle #0D2501

Tints of Myrtle #0D2501

Color information

#0D2501 (or 0x0D2501) is unknown color: approx Myrtle. HEX triplet: 0D, 25 and 01. RGB value is (13,37,1). Sum of RGB (Red+Green+Blue) = 13+37+1=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2501 is #F2DAFE. Grayscale: #191919. Windows color (decimal): -15915775 or 75021. OLE color: 75021.

HSL color Cylindrical-coordinate representation of color #0D2501: hue angle of 100º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2501 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB13371-
CMYK0.6500.970.85
HSL100º94.74%7.45%-
HSV(B)100º97.3%14.51%-
XYZ0.831.410.26-
YUV25.72114.05118.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 37 (14.84% from 255) = 72.55%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=25.49%
G=72.55%
B=1.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133710.6500.970.8510094.747.45
HexD2514106155645f7
Octal1545110101411251441377
Binary11011001011100000101100001101010111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,37,1); }

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

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

 a { background-color: rgb(13,37,1); }

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

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

 span { border-color: rgb(13,37,1); }

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