#122320

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

Shades of Racing Green #122320

Tints of Racing Green #122320

Color information

#122320 (or 0x122320) is unknown color: approx Racing Green. HEX triplet: 12, 23 and 20. RGB value is (18,35,32). Sum of RGB (Red+Green+Blue) = 18+35+32=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #122320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122320 is #EDDCDF. Grayscale: #1D1D1D. Windows color (decimal): -15588576 or 2106130. OLE color: 2106130.

HSL color Cylindrical-coordinate representation of color #122320: hue angle of 169.41º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #122320 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB183532-
CMYK0.4900.090.86
HSL169.41º32.08%10.39%-
HSV(B)169.41º48.57%13.73%-
XYZ1.111.431.58-
YUV29.58129.37119.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=21.18%
G=41.18%
B=37.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835320.4900.090.86169.4132.0810.39
Hex122320310956a920a
Octal224340610111262514012
Binary10010100011100000110001010011010110101010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122320; }

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

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

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

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

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

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

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

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