#121E1C

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

Shades of Racing Green #121E1C

Tints of Racing Green #121E1C

Color information

#121E1C (or 0x121E1C) is unknown color: approx Racing Green. HEX triplet: 12, 1E and 1C. RGB value is (18,30,28). Sum of RGB (Red+Green+Blue) = 18+30+28=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1C is #EDE1E3. Grayscale: #1A1A1A. Windows color (decimal): -15589860 or 1842706. OLE color: 1842706.

HSL color Cylindrical-coordinate representation of color #121E1C: hue angle of 170º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E1C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB183028-
CMYK0.4000.070.88
HSL170º25%9.41%-
HSV(B)170º40%11.76%-
XYZ0.921.141.27-
YUV26.18129.02122.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=23.68%
G=39.47%
B=36.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830280.4000.070.88170259.41
Hex121E1C280758aa199
Octal22363450071302523111
Binary1001011110111001010000111101100010101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E1C; }

 p { color: rgb(18,30,28); }

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

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

 a { background-color: rgb(18,30,28); }

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

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

 span { border-color: rgb(18,30,28); }

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