#0C2C09

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

Shades of Myrtle #0C2C09

Tints of Myrtle #0C2C09

Color information

#0C2C09 (or 0x0C2C09) is unknown color: approx Myrtle. HEX triplet: 0C, 2C and 09. RGB value is (12,44,9). Sum of RGB (Red+Green+Blue) = 12+44+9=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 44 (17.58% from 255 or 67.69% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C09 is #F3D3F6. Grayscale: #1E1E1E. Windows color (decimal): -15979511 or 601100. OLE color: 601100.

HSL color Cylindrical-coordinate representation of color #0C2C09: hue angle of 114.86º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C2C09 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB12449-
CMYK0.7300.800.83
HSL114.86º66.04%10.39%-
HSV(B)114.86º79.55%17.25%-
XYZ1.11.90.57-
YUV30.44115.9114.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.46%
GREEN value IS 44 (17.58% from 255) = 67.69%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=18.46%
G=67.69%
B=13.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal124490.7300.800.83114.8666.0410.39
HexC2C949050537342a
Octal145411111012012316310212
Binary110010110010011001001010100001010011111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,44,9); }

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

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

 a { background-color: rgb(12,44,9); }

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

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

 span { border-color: rgb(12,44,9); }

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