#0C321F

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

Shades of Dark Green #0C321F

Tints of Dark Green #0C321F

Color information

#0C321F (or 0x0C321F) is unknown color: approx Dark Green. HEX triplet: 0C, 32 and 1F. RGB value is (12,50,31). Sum of RGB (Red+Green+Blue) = 12+50+31=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #0C321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C321F is #F3CDE0. Grayscale: #242424. Windows color (decimal): -15977953 or 2044428. OLE color: 2044428.

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

Color convert

RGB125031-
CMYK0.7600.380.80
HSL150º61.29%12.16%-
HSV(B)150º76%19.61%-
XYZ1.542.461.69-
YUV36.47124.91110.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=12.90%
G=53.76%
B=33.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1250310.7600.380.8015061.2912.16
HexC321F4C02650963dc
Octal1462371140461202267514
Binary110011001011111100110001001101010000100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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