#0D2C02

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

Shades of Myrtle #0D2C02

Tints of Myrtle #0D2C02

Color information

#0D2C02 (or 0x0D2C02) is unknown color: approx Myrtle. HEX triplet: 0D, 2C and 02. RGB value is (13,44,2). Sum of RGB (Red+Green+Blue) = 13+44+2=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 44 (17.58% from 255 or 74.58% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2C02 is #F2D3FD. Grayscale: #1E1E1E. Windows color (decimal): -15913982 or 142349. OLE color: 142349.

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

Color convert

RGB13442-
CMYK0.7000.950.83
HSL104.29º91.3%9.02%-
HSV(B)104.29º95.45%17.25%-
XYZ1.081.890.37-
YUV29.94112.23115.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.03%
GREEN value IS 44 (17.58% from 255) = 74.58%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=22.03%
G=74.58%
B=3.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal134420.7000.950.83104.2991.39.02
HexD2C24605F53685b9
Octal15542106013712315013311
Binary1101101100101000110010111111010011110100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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