#0C130F

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

Shades of Dark Green #0C130F

Tints of Dark Green #0C130F

Color information

#0C130F (or 0x0C130F) is unknown color: approx Dark Green. HEX triplet: 0C, 13 and 0F. RGB value is (12,19,15). Sum of RGB (Red+Green+Blue) = 12+19+15=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130F is #F3ECF0. Grayscale: #101010. Windows color (decimal): -15985905 or 987916. OLE color: 987916.

HSL color Cylindrical-coordinate representation of color #0C130F: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C130F is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB121915-
CMYK0.3700.210.93
HSL145.71º22.58%6.08%-
HSV(B)145.71º36.84%7.45%-
XYZ0.470.580.54-
YUV16.45127.18124.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=26.09%
G=41.30%
B=32.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1219150.3700.210.93145.7122.586.08
HexC13F250155D92176
Octal14231745025135222276
Binary110010011111110010101010110111011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,15); }

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

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

 a { background-color: rgb(12,19,15); }

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

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

 span { border-color: rgb(12,19,15); }

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