#0C312B

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

Shades of Dark Green #0C312B

Tints of Dark Green #0C312B

Color information

#0C312B (or 0x0C312B) is unknown color: approx Dark Green. HEX triplet: 0C, 31 and 2B. RGB value is (12,49,43). Sum of RGB (Red+Green+Blue) = 12+49+43=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #0C312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C312B is #F3CED4. Grayscale: #252525. Windows color (decimal): -15978197 or 2830604. OLE color: 2830604.

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

Color convert

RGB124943-
CMYK0.7600.120.81
HSL170.27º60.66%11.96%-
HSV(B)170.27º75.51%19.22%-
XYZ1.692.452.67-
YUV37.25131.24109.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=11.54%
G=47.12%
B=41.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249430.7600.120.81170.2760.6611.96
HexC312B4C0C51aa3dc
Octal1461531140141212527514
Binary11001100011010111001100011001010001101010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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