#0C311F

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

Shades of Dark Green #0C311F

Tints of Dark Green #0C311F

Color information

#0C311F (or 0x0C311F) is unknown color: approx Dark Green. HEX triplet: 0C, 31 and 1F. RGB value is (12,49,31). Sum of RGB (Red+Green+Blue) = 12+49+31=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #0C311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C311F is #F3CEE0. Grayscale: #232323. Windows color (decimal): -15978209 or 2044172. OLE color: 2044172.

HSL color Cylindrical-coordinate representation of color #0C311F: hue angle of 150.81º 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 #0C311F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB124931-
CMYK0.7600.370.81
HSL150.81º60.66%11.96%-
HSV(B)150.81º75.51%19.22%-
XYZ1.52.371.68-
YUV35.88125.24110.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=13.04%
G=53.26%
B=33.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249310.7600.370.81150.8160.6611.96
HexC311F4C02551973dc
Octal1461371140451212277514
Binary110011000111111100110001001011010001100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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