#0C1D08

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

Shades of Myrtle #0C1D08

Tints of Myrtle #0C1D08

Color information

#0C1D08 (or 0x0C1D08) is unknown color: approx Myrtle. HEX triplet: 0C, 1D and 08. RGB value is (12,29,8). Sum of RGB (Red+Green+Blue) = 12+29+8=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D08 is #F3E2F7. Grayscale: #151515. Windows color (decimal): -15983352 or 531724. OLE color: 531724.

HSL color Cylindrical-coordinate representation of color #0C1D08: hue angle of 108.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C1D08 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.

Color convert

RGB12298-
CMYK0.5900.720.89
HSL108.57º56.76%7.25%-
HSV(B)108.57º72.41%11.37%-
XYZ0.630.970.38-
YUV21.52120.37121.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=24.49%
G=59.18%
B=16.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122980.5900.720.89108.5756.767.25
HexC1D83B048596d397
Octal143510730110131155717
Binary11001110110001110110100100010110011101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,8); }

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

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

 a { background-color: rgb(12,29,8); }

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

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

 span { border-color: rgb(12,29,8); }

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