Html Css Color HEX #00160E Dark Green

📋 copy color: '#00160E'

red 0 ◦ green 22 ◦ blue 14

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

Shades of Dark Green #00160E

Tints of Dark Green #00160E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 0%
G = 61.11%
B = 38.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.91

RGB Variations

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

Color information

#00160E (or 0x00160E) is known color: Dark Green. HEX triplet: 00, 16 and 0E. RGB value is (0,22,14). Sum of RGB (Red+Green+Blue) = 0+22+14=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #00160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160E is #FFE9F1. Grayscale: #0E0E0E. Windows color (decimal): -16771570 or 923136. OLE color: 923136.

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

Color convert

RGB 0 22 14 -
CMYK 1 0 0.36 0.91
HSL 158.18º 1% 0.04% -
HSV(B) 158.18º 1% 0.09% -
XYZ 0.37 0.61 0.51 -
YUV 14.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 0 22 14 1 0 0.36 0.91 158.18 1 0.04
Hex 0 16 E 64 0 24 5B 9E 64 4
Octal 0 26 16 144 0 44 133 236 144 4
Binary 0 10110 1110 1100100 0 100100 1011011 10011110 1100100 100

Color Harmonies of #00160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00160E

Black with #00160E

Text Example


Text Example

White with #00160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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