Html Css Color HEX #0C1510 Dark Green

📋 copy color: '#0C1510'

red 12 ◦ green 21 ◦ blue 16

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

Shades of Dark Green #0C1510

Tints of Dark Green #0C1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

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

R = 24.49%
G = 42.86%
B = 32.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#0C1510 (or 0x0C1510) is known color: Dark Green. HEX triplet: 0C, 15 and 10. RGB value is (12,21,16). Sum of RGB (Red+Green+Blue) = 12+21+16=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1510 is #F3EAEF. Grayscale: #111111. Windows color (decimal): -15985392 or 1053964. OLE color: 1053964.

HSL color Cylindrical-coordinate representation of color #0C1510: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1510 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 21 16 -
CMYK 0.43 0 0.24 0.92
HSL 146.67º 0.27% 0.06% -
HSV(B) 146.67º 0.43% 0.08% -
XYZ 0.51 0.65 0.59 -
YUV 17.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 12 21 16 0.43 0 0.24 0.92 146.67 0.27 0.06
Hex C 15 10 2B 0 18 5C 93 1B 6
Octal 14 25 20 53 0 30 134 223 33 6
Binary 1100 10101 10000 101011 0 11000 1011100 10010011 11011 110

Color Harmonies of #0C1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1510

Black with #0C1510

Text Example


Text Example

White with #0C1510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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