Html Css Color HEX #0C1310 Dark Green

📋 copy color: '#0C1310'

red 12 ◦ green 19 ◦ blue 16

#0C1310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0C1310

Tints of Dark Green #0C1310

RGB

 RED value IS 12 (5.08% from 255) = 25.53%

 GREEN value IS 19 (7.81% from 255) = 40.43%

 BLUE value IS 16 (6.64% from 255) = 34.04%

R = 25.53%
G = 40.43%
B = 34.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#0C1310 (or 0x0C1310) is known color: Dark Green. HEX triplet: 0C, 13 and 10. RGB value is (12,19,16). Sum of RGB (Red+Green+Blue) = 12+19+16=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1310 is #F3ECEF. Grayscale: #101010. Windows color (decimal): -15985904 or 1053452. OLE color: 1053452.

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

Color convert

RGB 12 19 16 -
CMYK 0.37 0 0.16 0.93
HSL 154.29º 0.23% 0.06% -
HSV(B) 154.29º 0.37% 0.07% -
XYZ 0.48 0.58 0.58 -
YUV 16.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 12 19 16 0.37 0 0.16 0.93 154.29 0.23 0.06
Hex C 13 10 25 0 10 5D 9A 17 6
Octal 14 23 20 45 0 20 135 232 27 6
Binary 1100 10011 10000 100101 0 10000 1011101 10011010 10111 110

Color Harmonies of #0C1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1310

Black with #0C1310

Text Example


Text Example

White with #0C1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1310;
 }
 .AnyTagClassName
 {
   color: #0C1310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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