Html Css Color HEX #01140C Dark Green

📋 copy color: '#01140C'

red 1 ◦ green 20 ◦ blue 12

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

Shades of Dark Green #01140C

Tints of Dark Green #01140C

RGB

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

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

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

R = 3.03%
G = 60.61%
B = 36.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#01140C (or 0x01140C) is known color: Dark Green. HEX triplet: 01, 14 and 0C. RGB value is (1,20,12). Sum of RGB (Red+Green+Blue) = 1+20+12=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #01140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140C is #FEEBF3. Grayscale: #0D0D0D. Windows color (decimal): -16706548 or 791553. OLE color: 791553.

HSL color Cylindrical-coordinate representation of color #01140C: hue angle of 154.74º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01140C is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 12 -
CMYK 0.95 0 0.40 0.92
HSL 154.74º 0.9% 0.04% -
HSV(B) 154.74º 0.95% 0.08% -
XYZ 0.33 0.53 0.43 -
YUV 13.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 1 20 12 0.95 0 0.40 0.92 154.74 0.9 0.04
Hex 1 14 C 5F 0 28 5C 9B 5A 4
Octal 1 24 14 137 0 50 134 233 132 4
Binary 1 10100 1100 1011111 0 101000 1011100 10011011 1011010 100

Color Harmonies of #01140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01140C

Black with #01140C

Text Example


Text Example

White with #01140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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