Html Css Color HEX #01160E Dark Green

📋 copy color: '#01160E'

red 1 ◦ green 22 ◦ blue 14

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

Shades of Dark Green #01160E

Tints of Dark Green #01160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 59.46%

 BLUE value IS 14 (5.86% from 255) = 37.84%

R = 2.7%
G = 59.46%
B = 37.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.91

RGB Variations

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

Color information

#01160E (or 0x01160E) is known color: Dark Green. HEX triplet: 01, 16 and 0E. RGB value is (1,22,14). Sum of RGB (Red+Green+Blue) = 1+22+14=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #01160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160E is #FEE9F1. Grayscale: #0E0E0E. Windows color (decimal): -16706034 or 923137. OLE color: 923137.

HSL color Cylindrical-coordinate representation of color #01160E: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01160E is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 14 -
CMYK 0.95 0 0.36 0.91
HSL 157.14º 0.91% 0.05% -
HSV(B) 157.14º 0.95% 0.09% -
XYZ 0.38 0.61 0.51 -
YUV 14.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 1 22 14 0.95 0 0.36 0.91 157.14 0.91 0.05
Hex 1 16 E 5F 0 24 5B 9D 5B 5
Octal 1 26 16 137 0 44 133 235 133 5
Binary 1 10110 1110 1011111 0 100100 1011011 10011101 1011011 101

Color Harmonies of #01160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01160E

Black with #01160E

Text Example


Text Example

White with #01160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01160E; }

 p { color: rgb(1,22,14); }

 H1.HeaderClassName
 {
   color: #01160E;
 }
 .AnyTagClassName
 {
   color: #01160E;
 }
</style>

background-color css

<style>
 a { background-color: #01160E; }

 a { background-color: rgb(1,22,14); }

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

border-color css

<style>
 span { border-color: #01160E; }

 span { border-color: rgb(1,22,14); }

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