Html Css Color HEX #01140B Dark Green

📋 copy color: '#01140B'

red 1 ◦ green 20 ◦ blue 11

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

Shades of Dark Green #01140B

Tints of Dark Green #01140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 34.38%

R = 3.13%
G = 62.5%
B = 34.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#01140B (or 0x01140B) is known color: Dark Green. HEX triplet: 01, 14 and 0B. RGB value is (1,20,11). Sum of RGB (Red+Green+Blue) = 1+20+11=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #01140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140B is #FEEBF4. Grayscale: #0D0D0D. Windows color (decimal): -16706549 or 726017. OLE color: 726017.

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

Color convert

RGB 1 20 11 -
CMYK 0.95 0 0.45 0.92
HSL 151.58º 0.9% 0.04% -
HSV(B) 151.58º 0.95% 0.08% -
XYZ 0.32 0.53 0.4 -
YUV 13.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 1 20 11 0.95 0 0.45 0.92 151.58 0.9 0.04
Hex 1 14 B 5F 0 2D 5C 98 5A 4
Octal 1 24 13 137 0 55 134 230 132 4
Binary 1 10100 1011 1011111 0 101101 1011100 10011000 1011010 100

Color Harmonies of #01140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01140B

Black with #01140B

Text Example


Text Example

White with #01140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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