#0C100F

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

Shades of Dark Green #0C100F

Tints of Dark Green #0C100F

Color information

#0C100F (or 0x0C100F) is unknown color: approx Dark Green. HEX triplet: 0C, 10 and 0F. RGB value is (12,16,15). Sum of RGB (Red+Green+Blue) = 12+16+15=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100F is #F3EFF0. Grayscale: #0E0E0E. Windows color (decimal): -15986673 or 987148. OLE color: 987148.

HSL color Cylindrical-coordinate representation of color #0C100F: hue angle of 165º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C100F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB121615-
CMYK0.2500.060.94
HSL165º14.29%5.49%-
HSV(B)165º25%6.27%-
XYZ0.420.480.52-
YUV14.69128.17126.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=27.91%
G=37.21%
B=34.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1216150.2500.060.9416514.295.49
HexC10F19065Ea5e5
Octal1420173106136245165
Binary11001000011111100101101011110101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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