#0C2B09

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

Shades of Myrtle #0C2B09

Tints of Myrtle #0C2B09

Color information

#0C2B09 (or 0x0C2B09) is unknown color: approx Myrtle. HEX triplet: 0C, 2B and 09. RGB value is (12,43,9). Sum of RGB (Red+Green+Blue) = 12+43+9=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 43 (17.19% from 255 or 67.19% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2B09 is #F3D4F6. Grayscale: #1D1D1D. Windows color (decimal): -15979767 or 600844. OLE color: 600844.

HSL color Cylindrical-coordinate representation of color #0C2B09: hue angle of 114.71º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2B09 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB12439-
CMYK0.7200.790.83
HSL114.71º65.38%10.2%-
HSV(B)114.71º79.07%16.86%-
XYZ1.061.830.55-
YUV29.86116.23115.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 43 (17.19% from 255) = 67.19%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=18.75%
G=67.19%
B=14.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal124390.7200.790.83114.7165.3810.2
HexC2B94804F537341a
Octal145311110011712316310112
Binary110010101110011001000010011111010011111001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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