#0D2B04

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

Shades of Myrtle #0D2B04

Tints of Myrtle #0D2B04

Color information

#0D2B04 (or 0x0D2B04) is unknown color: approx Myrtle. HEX triplet: 0D, 2B and 04. RGB value is (13,43,4). Sum of RGB (Red+Green+Blue) = 13+43+4=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 43 (17.19% from 255 or 71.67% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 43 - color contains mainly: green. Hex color #0D2B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2B04 is #F2D4FB. Grayscale: #1D1D1D. Windows color (decimal): -15914236 or 273165. OLE color: 273165.

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

Color convert

RGB13434-
CMYK0.7000.910.83
HSL106.15º82.98%9.22%-
HSV(B)106.15º90.7%16.86%-
XYZ1.051.820.41-
YUV29.58113.56116.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 43 (17.19% from 255) = 71.67%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=21.67%
G=71.67%
B=6.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal134340.7000.910.83106.1582.989.22
HexD2B44605B536a539
Octal15534106013312315212311
Binary11011010111001000110010110111010011110101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,43,4); }

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

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

 a { background-color: rgb(13,43,4); }

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

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

 span { border-color: rgb(13,43,4); }

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