#0C270C

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

Shades of Myrtle #0C270C

Tints of Myrtle #0C270C

Color information

#0C270C (or 0x0C270C) is unknown color: approx Myrtle. HEX triplet: 0C, 27 and 0C. RGB value is (12,39,12). Sum of RGB (Red+Green+Blue) = 12+39+12=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270C is #F3D8F3. Grayscale: #1B1B1B. Windows color (decimal): -15980788 or 796428. OLE color: 796428.

HSL color Cylindrical-coordinate representation of color #0C270C: hue angle of 120º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C270C is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB123912-
CMYK0.6900.690.85
HSL120º52.94%10%-
HSV(B)120º69.23%15.29%-
XYZ0.941.560.6-
YUV27.85119.05116.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.05%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=19.05%
G=61.90%
B=19.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1239120.6900.690.8512052.9410
HexC27C45045557835a
Octal14471410501051251706512
Binary11001001111100100010101000101101010111110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,39,12); }

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

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

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

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

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

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

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