#0C2400

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

Shades of Myrtle #0C2400

Tints of Myrtle #0C2400

Color information

#0C2400 (or 0x0C2400) is unknown color: approx Myrtle. HEX triplet: 0C, 24 and 00. RGB value is (12,36,0). Sum of RGB (Red+Green+Blue) = 12+36+0=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2400 is #F3DBFF. Grayscale: #181818. Windows color (decimal): -15981568 or 9228. OLE color: 9228.

HSL color Cylindrical-coordinate representation of color #0C2400: hue angle of 100º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C2400 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB12360-
CMYK0.67010.86
HSL100º100%7.06%-
HSV(B)100º100%14.12%-
XYZ0.781.340.22-
YUV24.72114.05118.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal123600.67010.861001007.06
HexC240430645664647
Octal1444010301441261441447
Binary11001001000100001101100100101011011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,0); }

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

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

 a { background-color: rgb(12,36,0); }

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

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

 span { border-color: rgb(12,36,0); }

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