#122520

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

Shades of Racing Green #122520

Tints of Racing Green #122520

Color information

#122520 (or 0x122520) is unknown color: approx 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

RGB183732-
CMYK0.5100.140.85
HSL164.21º34.55%10.78%-
HSV(B)164.21º51.35%14.51%-
XYZ1.171.561.61-
YUV30.75128.71118.91-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837320.5100.140.85164.2134.5510.78
Hex122520330E55a423b
Octal224540630161252444313
Binary10010100101100000110011011101010101101001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>