Html Css Color HEX #011610 Dark Green

📋 copy color: '#011610'

red 1 ◦ green 22 ◦ blue 16

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

Shades of Dark Green #011610

Tints of Dark Green #011610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 41.03%

R = 2.56%
G = 56.41%
B = 41.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#011610 (or 0x011610) is known color: Dark Green. HEX triplet: 01, 16 and 10. RGB value is (1,22,16). Sum of RGB (Red+Green+Blue) = 1+22+16=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #011610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011610 is #FEE9EF. Grayscale: #0F0F0F. Windows color (decimal): -16706032 or 1054209. OLE color: 1054209.

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

Color convert

RGB 1 22 16 -
CMYK 0.95 0 0.27 0.91
HSL 162.86º 0.91% 0.05% -
HSV(B) 162.86º 0.95% 0.09% -
XYZ 0.39 0.62 0.59 -
YUV 15.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 1 22 16 0.95 0 0.27 0.91 162.86 0.91 0.05
Hex 1 16 10 5F 0 1B 5B A3 5B 5
Octal 1 26 20 137 0 33 133 243 133 5
Binary 1 10110 10000 1011111 0 11011 1011011 10100011 1011011 101

Color Harmonies of #011610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011610

Black with #011610

Text Example


Text Example

White with #011610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011610; }

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

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

background-color css

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

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

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

border-color css

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

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

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