Html Css Color HEX #001610 Dark Green

📋 copy color: '#001610'

red 0 ◦ green 22 ◦ blue 16

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

Shades of Dark Green #001610

Tints of Dark Green #001610

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.89%
B = 42.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#001610 (or 0x001610) is known color: Dark Green. HEX triplet: 00, 16 and 10. RGB value is (0,22,16). Sum of RGB (Red+Green+Blue) = 0+22+16=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #001610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001610 is #FFE9EF. Grayscale: #0E0E0E. Windows color (decimal): -16771568 or 1054208. OLE color: 1054208.

HSL color Cylindrical-coordinate representation of color #001610: hue angle of 163.64º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001610 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 22 16 -
CMYK 1 0 0.27 0.91
HSL 163.64º 1% 0.04% -
HSV(B) 163.64º 1% 0.09% -
XYZ 0.38 0.61 0.59 -
YUV 14.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 0 22 16 1 0 0.27 0.91 163.64 1 0.04
Hex 0 16 10 64 0 1B 5B A4 64 4
Octal 0 26 20 144 0 33 133 244 144 4
Binary 0 10110 10000 1100100 0 11011 1011011 10100100 1100100 100

Color Harmonies of #001610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001610

Black with #001610

Text Example


Text Example

White with #001610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001610; }

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

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

background-color css

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

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

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

border-color css

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

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

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