Html Css Color HEX #121917 Dark Green

📋 copy color: '#121917'

red 18 ◦ green 25 ◦ blue 23

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

Shades of Dark Green #121917

Tints of Dark Green #121917

RGB

 RED value IS 18 (7.42% from 255) = 27.27%

 GREEN value IS 25 (10.16% from 255) = 37.88%

 BLUE value IS 23 (9.38% from 255) = 34.85%

R = 27.27%
G = 37.88%
B = 34.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#121917 (or 0x121917) is known color: Dark Green. HEX triplet: 12, 19 and 17. RGB value is (18,25,23). Sum of RGB (Red+Green+Blue) = 18+25+23=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #121917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121917 is #EDE6E8. Grayscale: #161616. Windows color (decimal): -15591145 or 1513746. OLE color: 1513746.

HSL color Cylindrical-coordinate representation of color #121917: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121917 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 23 -
CMYK 0.28 0 0.08 0.90
HSL 162.86º 0.16% 0.08% -
HSV(B) 162.86º 0.28% 0.1% -
XYZ 0.75 0.89 0.94 -
YUV 22.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 18 25 23 0.28 0 0.08 0.90 162.86 0.16 0.08
Hex 12 19 17 1C 0 8 5A A3 10 8
Octal 22 31 27 34 0 10 132 243 20 10
Binary 10010 11001 10111 11100 0 1000 1011010 10100011 10000 1000

Color Harmonies of #121917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121917

Black with #121917

Text Example


Text Example

White with #121917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121917; }

 p { color: rgb(18,25,23); }

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

background-color css

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

 a { background-color: rgb(18,25,23); }

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

border-color css

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

 span { border-color: rgb(18,25,23); }

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