#0C1E08

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

Shades of Myrtle #0C1E08

Tints of Myrtle #0C1E08

Color information

#0C1E08 (or 0x0C1E08) is unknown color: approx Myrtle. HEX triplet: 0C, 1E and 08. RGB value is (12,30,8). Sum of RGB (Red+Green+Blue) = 12+30+8=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E08 is #F3E1F7. Grayscale: #161616. Windows color (decimal): -15983096 or 531980. OLE color: 531980.

HSL color Cylindrical-coordinate representation of color #0C1E08: hue angle of 109.09º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C1E08 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB12308-
CMYK0.6000.730.88
HSL109.09º57.89%7.45%-
HSV(B)109.09º73.33%11.76%-
XYZ0.661.020.39-
YUV22.11120.04120.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24%
GREEN value IS 30 (12.11% from 255) = 60%
BLUE value IS 8 (3.52% from 255) = 16%
R=24%
G=60%
B=16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123080.6000.730.88109.0957.897.45
HexC1E83C049586d3a7
Octal143610740111130155727
Binary11001111010001111000100100110110001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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