#0C2E0E

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

Shades of Myrtle #0C2E0E

Tints of Myrtle #0C2E0E

Color information

#0C2E0E (or 0x0C2E0E) is unknown color: approx Myrtle. HEX triplet: 0C, 2E and 0E. RGB value is (12,46,14). Sum of RGB (Red+Green+Blue) = 12+46+14=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 46 (18.36% from 255 or 63.89% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2E0E is #F3D1F1. Grayscale: #202020. Windows color (decimal): -15978994 or 929292. OLE color: 929292.

HSL color Cylindrical-coordinate representation of color #0C2E0E: hue angle of 123.53º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E0E is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB124614-
CMYK0.7400.700.82
HSL123.53º58.62%11.37%-
HSV(B)123.53º73.91%18.04%-
XYZ1.212.060.75-
YUV32.19117.74113.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 46 (18.36% from 255) = 63.89%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=16.67%
G=63.89%
B=19.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246140.7400.700.82123.5358.6211.37
HexC2EE4A046527c3bb
Octal14561611201061221747313
Binary11001011101110100101001000110101001011111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,14); }

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

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

 a { background-color: rgb(12,46,14); }

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

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

 span { border-color: rgb(12,46,14); }

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