Html Css Color HEX #01160D Dark Green

📋 copy color: '#01160D'

red 1 ◦ green 22 ◦ blue 13

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

Shades of Dark Green #01160D

Tints of Dark Green #01160D

RGB

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

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

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

R = 2.78%
G = 61.11%
B = 36.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#01160D (or 0x01160D) is known color: Dark Green. HEX triplet: 01, 16 and 0D. RGB value is (1,22,13). Sum of RGB (Red+Green+Blue) = 1+22+13=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #01160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160D is #FEE9F2. Grayscale: #0E0E0E. Windows color (decimal): -16706035 or 857601. OLE color: 857601.

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

Color convert

RGB 1 22 13 -
CMYK 0.95 0 0.41 0.91
HSL 154.29º 0.91% 0.05% -
HSV(B) 154.29º 0.95% 0.09% -
XYZ 0.37 0.61 0.48 -
YUV 14.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 1 22 13 0.95 0 0.41 0.91 154.29 0.91 0.05
Hex 1 16 D 5F 0 29 5B 9A 5B 5
Octal 1 26 15 137 0 51 133 232 133 5
Binary 1 10110 1101 1011111 0 101001 1011011 10011010 1011011 101

Color Harmonies of #01160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01160D

Black with #01160D

Text Example


Text Example

White with #01160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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