#0C2700

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

Shades of Myrtle #0C2700

Tints of Myrtle #0C2700

Color information

#0C2700 (or 0x0C2700) is unknown color: approx Myrtle. HEX triplet: 0C, 27 and 00. RGB value is (12,39,0). Sum of RGB (Red+Green+Blue) = 12+39+0=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 39 (15.62% from 255 or 76.47% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 39 - color contains mainly: green. Hex color #0C2700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2700 is #F3D8FF. Grayscale: #1A1A1A. Windows color (decimal): -15980800 or 9996. OLE color: 9996.

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

Color convert

RGB12390-
CMYK0.69010.85
HSL101.54º100%7.65%-
HSV(B)101.54º100%15.29%-
XYZ0.881.530.25-
YUV26.48113.05117.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 39 (15.62% from 255) = 76.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.53%
G=76.47%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal123900.69010.85101.541007.65
HexC270450645566648
Octal14470105014412514614410
Binary110010011101000101011001001010101110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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