Html Css Color HEX #01140D Dark Green

📋 copy color: '#01140D'

red 1 ◦ green 20 ◦ blue 13

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

Shades of Dark Green #01140D

Tints of Dark Green #01140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 38.24%

R = 2.94%
G = 58.82%
B = 38.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#01140D (or 0x01140D) is known color: Dark Green. HEX triplet: 01, 14 and 0D. RGB value is (1,20,13). Sum of RGB (Red+Green+Blue) = 1+20+13=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #01140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140D is #FEEBF2. Grayscale: #0D0D0D. Windows color (decimal): -16706547 or 857089. OLE color: 857089.

HSL color Cylindrical-coordinate representation of color #01140D: hue angle of 157.89º 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 #01140D is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 13 -
CMYK 0.95 0 0.35 0.92
HSL 157.89º 0.9% 0.04% -
HSV(B) 157.89º 0.95% 0.08% -
XYZ 0.34 0.54 0.47 -
YUV 13.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 1 20 13 0.95 0 0.35 0.92 157.89 0.9 0.04
Hex 1 14 D 5F 0 23 5C 9E 5A 4
Octal 1 24 15 137 0 43 134 236 132 4
Binary 1 10100 1101 1011111 0 100011 1011100 10011110 1011010 100

Color Harmonies of #01140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01140D

Black with #01140D

Text Example


Text Example

White with #01140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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