#122422

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

Shades of Racing Green #122422

Tints of Racing Green #122422

Color information

#122422 (or 0x122422) is unknown color: approx Racing Green. HEX triplet: 12, 24 and 22. RGB value is (18,36,34). Sum of RGB (Red+Green+Blue) = 18+36+34=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #122422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122422 is #EDDBDD. Grayscale: #1E1E1E. Windows color (decimal): -15588318 or 2237458. OLE color: 2237458.

HSL color Cylindrical-coordinate representation of color #122422: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122422 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB183634-
CMYK0.500.060.86
HSL173.33º33.33%10.59%-
HSV(B)173.33º50%14.12%-
XYZ1.171.511.74-
YUV30.39130.04119.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=20.45%
G=40.91%
B=38.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836340.500.060.86173.3333.3310.59
Hex122422320656ad21b
Octal22444262061262554113
Binary1001010010010001011001001101010110101011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122422; }

 p { color: rgb(18,36,34); }

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

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

 a { background-color: rgb(18,36,34); }

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

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

 span { border-color: rgb(18,36,34); }

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