Html Css Color HEX #122220 Racing Green

📋 copy color: '#122220'

red 18 ◦ green 34 ◦ blue 32

#122220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #122220

Tints of Racing Green #122220

RGB

 RED value IS 18 (7.42% from 255) = 21.43%

 GREEN value IS 34 (13.67% from 255) = 40.48%

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 21.43%
G = 40.48%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#122220 (or 0x122220) is known color: Racing Green. HEX triplet: 12, 22 and 20. RGB value is (18,34,32). Sum of RGB (Red+Green+Blue) = 18+34+32=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #122220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122220 is #EDDDDF. Grayscale: #1C1C1C. Windows color (decimal): -15588832 or 2105874. OLE color: 2105874.

HSL color Cylindrical-coordinate representation of color #122220: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #122220 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 34 32 -
CMYK 0.47 0 0.06 0.87
HSL 172.5º 0.31% 0.1% -
HSV(B) 172.5º 0.47% 0.13% -
XYZ 1.08 1.38 1.58 -
YUV 28.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 18 34 32 0.47 0 0.06 0.87 172.5 0.31 0.1
Hex 12 22 20 2F 0 6 57 AC 1F A
Octal 22 42 40 57 0 6 127 254 37 12
Binary 10010 100010 100000 101111 0 110 1010111 10101100 11111 1010

Color Harmonies of #122220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122220

Black with #122220

Text Example


Text Example

White with #122220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122220; }

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

 H1.HeaderClassName
 {
   color: #122220;
 }
 .AnyTagClassName
 {
   color: #122220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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