Html Css Color HEX #01160A Dark Green

📋 copy color: '#01160A'

red 1 ◦ green 22 ◦ blue 10

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

Shades of Dark Green #01160A

Tints of Dark Green #01160A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 30.3%

R = 3.03%
G = 66.67%
B = 30.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#01160A (or 0x01160A) is known color: Dark Green. HEX triplet: 01, 16 and 0A. RGB value is (1,22,10). Sum of RGB (Red+Green+Blue) = 1+22+10=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 22 (8.98% from 255 or 66.67% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 22 - color contains mainly: green. Hex color #01160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160A is #FEE9F5. Grayscale: #0E0E0E. Windows color (decimal): -16706038 or 660993. OLE color: 660993.

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

Color convert

RGB 1 22 10 -
CMYK 0.95 0 0.55 0.91
HSL 145.71º 0.91% 0.05% -
HSV(B) 145.71º 0.95% 0.09% -
XYZ 0.35 0.6 0.38 -
YUV 14.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 1 22 10 0.95 0 0.55 0.91 145.71 0.91 0.05
Hex 1 16 A 5F 0 37 5B 92 5B 5
Octal 1 26 12 137 0 67 133 222 133 5
Binary 1 10110 1010 1011111 0 110111 1011011 10010010 1011011 101

Color Harmonies of #01160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01160A

Black with #01160A

Text Example


Text Example

White with #01160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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