Html Css Color HEX #0C1410 Dark Green

📋 copy color: '#0C1410'

red 12 ◦ green 20 ◦ blue 16

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

Shades of Dark Green #0C1410

Tints of Dark Green #0C1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#0C1410 (or 0x0C1410) is known color: Dark Green. HEX triplet: 0C, 14 and 10. RGB value is (12,20,16). Sum of RGB (Red+Green+Blue) = 12+20+16=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1410 is #F3EBEF. Grayscale: #111111. Windows color (decimal): -15985648 or 1053708. OLE color: 1053708.

HSL color Cylindrical-coordinate representation of color #0C1410: hue angle of 150º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1410 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 16 -
CMYK 0.40 0 0.20 0.92
HSL 150º 0.25% 0.06% -
HSV(B) 150º 0.4% 0.08% -
XYZ 0.5 0.62 0.58 -
YUV 17.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 12 20 16 0.40 0 0.20 0.92 150 0.25 0.06
Hex C 14 10 28 0 14 5C 96 19 6
Octal 14 24 20 50 0 24 134 226 31 6
Binary 1100 10100 10000 101000 0 10100 1011100 10010110 11001 110

Color Harmonies of #0C1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1410

Black with #0C1410

Text Example


Text Example

White with #0C1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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