Html Css Color HEX #121715 Dark Green

📋 copy color: '#121715'

red 18 ◦ green 23 ◦ blue 21

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

Shades of Dark Green #121715

Tints of Dark Green #121715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.1%

 BLUE value IS 21 (8.59% from 255) = 33.87%

R = 29.03%
G = 37.1%
B = 33.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#121715 (or 0x121715) is known color: Dark Green. HEX triplet: 12, 17 and 15. RGB value is (18,23,21). Sum of RGB (Red+Green+Blue) = 18+23+21=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 23 - color contains mainly: green. Hex color #121715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121715 is #EDE8EA. Grayscale: #151515. Windows color (decimal): -15591659 or 1382162. OLE color: 1382162.

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

Color convert

RGB 18 23 21 -
CMYK 0.22 0 0.09 0.91
HSL 156º 0.12% 0.08% -
HSV(B) 156º 0.22% 0.09% -
XYZ 0.69 0.8 0.83 -
YUV 21.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 18 23 21 0.22 0 0.09 0.91 156 0.12 0.08
Hex 12 17 15 16 0 9 5B 9C C 8
Octal 22 27 25 26 0 11 133 234 14 10
Binary 10010 10111 10101 10110 0 1001 1011011 10011100 1100 1000

Color Harmonies of #121715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121715

Black with #121715

Text Example


Text Example

White with #121715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121715; }

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

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

background-color css

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

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

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

border-color css

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

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

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