Html Css Color HEX #122520 Racing Green

📋 copy color: '#122520'

red 18 ◦ green 37 ◦ blue 32

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

Shades of Racing Green #122520

Tints of Racing Green #122520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.53%

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

R = 20.69%
G = 42.53%
B = 36.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#122520 (or 0x122520) is known color: Racing Green. HEX triplet: 12, 25 and 20. RGB value is (18,37,32). Sum of RGB (Red+Green+Blue) = 18+37+32=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #122520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122520 is #EDDADF. Grayscale: #1E1E1E. Windows color (decimal): -15588064 or 2106642. OLE color: 2106642.

HSL color Cylindrical-coordinate representation of color #122520: hue angle of 164.21º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #122520 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 32 -
CMYK 0.51 0 0.14 0.85
HSL 164.21º 0.35% 0.11% -
HSV(B) 164.21º 0.51% 0.15% -
XYZ 1.17 1.56 1.61 -
YUV 30.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 18 37 32 0.51 0 0.14 0.85 164.21 0.35 0.11
Hex 12 25 20 33 0 E 55 A4 23 B
Octal 22 45 40 63 0 16 125 244 43 13
Binary 10010 100101 100000 110011 0 1110 1010101 10100100 100011 1011

Color Harmonies of #122520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122520

Black with #122520

Text Example


Text Example

White with #122520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122520; }

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

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

background-color css

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

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

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

border-color css

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

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

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