Html Css Color HEX #0C1913 Dark Green

📋 copy color: '#0C1913'

red 12 ◦ green 25 ◦ blue 19

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

Shades of Dark Green #0C1913

Tints of Dark Green #0C1913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 44.64%

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 21.43%
G = 44.64%
B = 33.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#0C1913 (or 0x0C1913) is known color: Dark Green. HEX triplet: 0C, 19 and 13. RGB value is (12,25,19). Sum of RGB (Red+Green+Blue) = 12+25+19=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1913 is #F3E6EC. Grayscale: #141414. Windows color (decimal): -15984365 or 1251596. OLE color: 1251596.

HSL color Cylindrical-coordinate representation of color #0C1913: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1913 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 19 -
CMYK 0.52 0 0.24 0.90
HSL 152.31º 0.35% 0.07% -
HSV(B) 152.31º 0.52% 0.1% -
XYZ 0.62 0.82 0.74 -
YUV 20.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 12 25 19 0.52 0 0.24 0.90 152.31 0.35 0.07
Hex C 19 13 34 0 18 5A 98 23 7
Octal 14 31 23 64 0 30 132 230 43 7
Binary 1100 11001 10011 110100 0 11000 1011010 10011000 100011 111

Color Harmonies of #0C1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1913

Black with #0C1913

Text Example


Text Example

White with #0C1913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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