#0C270D

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

Shades of Myrtle #0C270D

Tints of Myrtle #0C270D

Color information

#0C270D (or 0x0C270D) is unknown color: approx Myrtle. HEX triplet: 0C, 27 and 0D. RGB value is (12,39,13). Sum of RGB (Red+Green+Blue) = 12+39+13=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270D is #F3D8F2. Grayscale: #1C1C1C. Windows color (decimal): -15980787 or 861964. OLE color: 861964.

HSL color Cylindrical-coordinate representation of color #0C270D: hue angle of 122.22º 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 #0C270D is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB123913-
CMYK0.6900.670.85
HSL122.22º52.94%10%-
HSV(B)122.22º69.23%15.29%-
XYZ0.951.560.63-
YUV27.96119.55116.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=18.75%
G=60.94%
B=20.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1239130.6900.670.85122.2252.9410
HexC27D45043557a35a
Octal14471510501031251726512
Binary11001001111101100010101000011101010111110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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