#121918

Color #121918 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #121918

Tints of Racing Green #121918

Color information

#121918 (or 0x121918) is unknown color: approx Racing Green. HEX triplet: 12, 19 and 18. RGB value is (18,25,24). Sum of RGB (Red+Green+Blue) = 18+25+24=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 25 - color contains mainly: green. Hex color #121918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121918 is #EDE6E7. Grayscale: #161616. Windows color (decimal): -15591144 or 1579282. OLE color: 1579282.

HSL color Cylindrical-coordinate representation of color #121918: hue angle of 171.43º 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 #121918 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB182524-
CMYK0.2800.040.90
HSL171.43º16.28%8.43%-
HSV(B)171.43º28%9.8%-
XYZ0.760.891-
YUV22.79128.68124.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=26.87%
G=37.31%
B=35.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825240.2800.040.90171.4316.288.43
Hex1219181C045Aab108
Octal22313034041322532010
Binary100101100111000111000100101101010101011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121918; }

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

 H1.HeaderClassName
 {
   color: #121918;
 }
 .AnyTagClassName
 {
   color: #121918;
 }
</style>
background-color css

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

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

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

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

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

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