Html Css Color HEX #01190C Dark Green

📋 copy color: '#01190C'

red 1 ◦ green 25 ◦ blue 12

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

Shades of Dark Green #01190C

Tints of Dark Green #01190C

RGB

 RED value IS 1 (0.78% from 255) = 2.63%

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

 BLUE value IS 12 (5.08% from 255) = 31.58%

R = 2.63%
G = 65.79%
B = 31.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#01190C (or 0x01190C) is known color: Dark Green. HEX triplet: 01, 19 and 0C. RGB value is (1,25,12). Sum of RGB (Red+Green+Blue) = 1+25+12=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #01190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01190C is #FEE6F3. Grayscale: #101010. Windows color (decimal): -16705268 or 792833. OLE color: 792833.

HSL color Cylindrical-coordinate representation of color #01190C: hue angle of 147.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01190C is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 25 12 -
CMYK 0.96 0 0.52 0.90
HSL 147.5º 0.92% 0.05% -
HSV(B) 147.5º 0.96% 0.1% -
XYZ 0.43 0.73 0.47 -
YUV 16.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 1 25 12 0.96 0 0.52 0.90 147.5 0.92 0.05
Hex 1 19 C 60 0 34 5A 94 5C 5
Octal 1 31 14 140 0 64 132 224 134 5
Binary 1 11001 1100 1100000 0 110100 1011010 10010100 1011100 101

Color Harmonies of #01190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01190C

Black with #01190C

Text Example


Text Example

White with #01190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01190C; }

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

 H1.HeaderClassName
 {
   color: #01190C;
 }
 .AnyTagClassName
 {
   color: #01190C;
 }
</style>

background-color css

<style>
 a { background-color: #01190C; }

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

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

border-color css

<style>
 span { border-color: #01190C; }

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

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