Html Css Color HEX #01160B Dark Green

📋 copy color: '#01160B'

red 1 ◦ green 22 ◦ blue 11

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

Shades of Dark Green #01160B

Tints of Dark Green #01160B

RGB

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

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

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

R = 2.94%
G = 64.71%
B = 32.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.5

 K value IS 0.91

RGB Variations

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

Color information

#01160B (or 0x01160B) is known color: Dark Green. HEX triplet: 01, 16 and 0B. RGB value is (1,22,11). Sum of RGB (Red+Green+Blue) = 1+22+11=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 22 (8.98% from 255 or 64.71% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 22 - color contains mainly: green. Hex color #01160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160B is #FEE9F4. Grayscale: #0E0E0E. Windows color (decimal): -16706037 or 726529. OLE color: 726529.

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

Color convert

RGB 1 22 11 -
CMYK 0.95 0 0.5 0.91
HSL 148.57º 0.91% 0.05% -
HSV(B) 148.57º 0.95% 0.09% -
XYZ 0.36 0.6 0.41 -
YUV 14.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 1 22 11 0.95 0 0.5 0.91 148.57 0.91 0.05
Hex 1 16 B 5F 0 32 5B 95 5B 5
Octal 1 26 13 137 0 62 133 225 133 5
Binary 1 10110 1011 1011111 0 110010 1011011 10010101 1011011 101

Color Harmonies of #01160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01160B

Black with #01160B

Text Example


Text Example

White with #01160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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