Html Css Color HEX #121615 Dark Green

📋 copy color: '#121615'

red 18 ◦ green 22 ◦ blue 21

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

Shades of Dark Green #121615

Tints of Dark Green #121615

RGB

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

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

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

R = 29.51%
G = 36.07%
B = 34.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#121615 (or 0x121615) is known color: Dark Green. HEX triplet: 12, 16 and 15. RGB value is (18,22,21). Sum of RGB (Red+Green+Blue) = 18+22+21=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 22 - color contains mainly: green. Hex color #121615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121615 is #EDE9EA. Grayscale: #141414. Windows color (decimal): -15591915 or 1381906. OLE color: 1381906.

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

Color convert

RGB 18 22 21 -
CMYK 0.18 0 0.05 0.91
HSL 165º 0.1% 0.08% -
HSV(B) 165º 0.18% 0.09% -
XYZ 0.67 0.76 0.82 -
YUV 20.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 18 22 21 0.18 0 0.05 0.91 165 0.1 0.08
Hex 12 16 15 12 0 5 5B A5 A 8
Octal 22 26 25 22 0 5 133 245 12 10
Binary 10010 10110 10101 10010 0 101 1011011 10100101 1010 1000

Color Harmonies of #121615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121615

Black with #121615

Text Example


Text Example

White with #121615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121615; }

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

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

background-color css

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

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

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

border-color css

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

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

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