Html Css Color HEX #00160C Dark Green

📋 copy color: '#00160C'

red 0 ◦ green 22 ◦ blue 12

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

Shades of Dark Green #00160C

Tints of Dark Green #00160C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 35.29%

R = 0%
G = 64.71%
B = 35.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#00160C (or 0x00160C) is known color: Dark Green. HEX triplet: 00, 16 and 0C. RGB value is (0,22,12). Sum of RGB (Red+Green+Blue) = 0+22+12=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 22 (8.98% from 255 or 64.71% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 22 - color contains mainly: green. Hex color #00160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160C is #FFE9F3. Grayscale: #0E0E0E. Windows color (decimal): -16771572 or 792064. OLE color: 792064.

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

Color convert

RGB 0 22 12 -
CMYK 1 0 0.45 0.91
HSL 152.73º 1% 0.04% -
HSV(B) 152.73º 1% 0.09% -
XYZ 0.35 0.6 0.45 -
YUV 14.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 0 22 12 1 0 0.45 0.91 152.73 1 0.04
Hex 0 16 C 64 0 2D 5B 99 64 4
Octal 0 26 14 144 0 55 133 231 144 4
Binary 0 10110 1100 1100100 0 101101 1011011 10011001 1100100 100

Color Harmonies of #00160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00160C

Black with #00160C

Text Example


Text Example

White with #00160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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