#122420

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

Shades of Racing Green #122420

Tints of Racing Green #122420

Color information

#122420 (or 0x122420) is unknown color: approx Racing Green. HEX triplet: 12, 24 and 20. RGB value is (18,36,32). Sum of RGB (Red+Green+Blue) = 18+36+32=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #122420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122420 is #EDDBDF. Grayscale: #1E1E1E. Windows color (decimal): -15588320 or 2106386. OLE color: 2106386.

HSL color Cylindrical-coordinate representation of color #122420: hue angle of 166.67º 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 #122420 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB183632-
CMYK0.500.110.86
HSL166.67º33.33%10.59%-
HSV(B)166.67º50%14.12%-
XYZ1.141.491.59-
YUV30.16129.04119.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=20.93%
G=41.86%
B=37.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836320.500.110.86166.6733.3310.59
Hex122420320B56a721b
Octal224440620131262474113
Binary10010100100100000110010010111010110101001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122420; }

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

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

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

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

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

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

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

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