Html Css Color HEX #00160D Dark Green

📋 copy color: '#00160D'

red 0 ◦ green 22 ◦ blue 13

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

Shades of Dark Green #00160D

Tints of Dark Green #00160D

RGB

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

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

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

R = 0%
G = 62.86%
B = 37.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#00160D (or 0x00160D) is known color: Dark Green. HEX triplet: 00, 16 and 0D. RGB value is (0,22,13). Sum of RGB (Red+Green+Blue) = 0+22+13=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #00160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160D is #FFE9F2. Grayscale: #0E0E0E. Windows color (decimal): -16771571 or 857600. OLE color: 857600.

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

Color convert

RGB 0 22 13 -
CMYK 1 0 0.41 0.91
HSL 155.45º 1% 0.04% -
HSV(B) 155.45º 1% 0.09% -
XYZ 0.36 0.6 0.48 -
YUV 14.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 0 22 13 1 0 0.41 0.91 155.45 1 0.04
Hex 0 16 D 64 0 29 5B 9B 64 4
Octal 0 26 15 144 0 51 133 233 144 4
Binary 0 10110 1101 1100100 0 101001 1011011 10011011 1100100 100

Color Harmonies of #00160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00160D

Black with #00160D

Text Example


Text Example

White with #00160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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