#0C311E

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

Shades of Dark Green #0C311E

Tints of Dark Green #0C311E

Color information

#0C311E (or 0x0C311E) is unknown color: approx Dark Green. HEX triplet: 0C, 31 and 1E. RGB value is (12,49,30). Sum of RGB (Red+Green+Blue) = 12+49+30=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #0C311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C311E is #F3CEE1. Grayscale: #232323. Windows color (decimal): -15978210 or 1978636. OLE color: 1978636.

HSL color Cylindrical-coordinate representation of color #0C311E: hue angle of 149.19º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C311E is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB124930-
CMYK0.7600.390.81
HSL149.19º60.66%11.96%-
HSV(B)149.19º75.51%19.22%-
XYZ1.482.371.61-
YUV35.77124.74111.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=13.19%
G=53.85%
B=32.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249300.7600.390.81149.1960.6611.96
HexC311E4C02751953dc
Octal1461361140471212257514
Binary110011000111110100110001001111010001100101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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