#0C0E00

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

Shades of Green Waterloo #0C0E00

Tints of Green Waterloo #0C0E00

Color information

#0C0E00 (or 0x0C0E00) is unknown color: approx Green Waterloo. HEX triplet: 0C, 0E and 00. RGB value is (12,14,0). Sum of RGB (Red+Green+Blue) = 12+14+0=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #0C0E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E00 is #F3F1FF. Grayscale: #0B0B0B. Windows color (decimal): -15987200 or 3596. OLE color: 3596.

HSL color Cylindrical-coordinate representation of color #0C0E00: hue angle of 68.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0E00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB12140-
CMYK0.14010.95
HSL68.57º100%2.75%-
HSV(B)68.57º100%5.49%-
XYZ0.310.390.06-
YUV11.81121.34128.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 53.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.15%
G=53.85%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal121400.14010.9568.571002.75
HexCE0E0645F45643
Octal141601601441371051443
Binary11001110011100110010010111111000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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