#182120

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

Shades of Racing Green #182120

Tints of Racing Green #182120

Color information

#182120 (or 0x182120) is unknown color: approx Racing Green. HEX triplet: 18, 21 and 20. RGB value is (24,33,32). Sum of RGB (Red+Green+Blue) = 24+33+32=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #182120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182120 is #E7DEDF. Grayscale: #1E1E1E. Windows color (decimal): -15195872 or 2105624. OLE color: 2105624.

HSL color Cylindrical-coordinate representation of color #182120: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #182120 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB243332-
CMYK0.2700.030.87
HSL173.33º15.79%11.18%-
HSV(B)173.33º27.27%12.94%-
XYZ1.181.391.57-
YUV30.19129.02123.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=26.97%
G=37.08%
B=35.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433320.2700.030.87173.3315.7911.18
Hex1821201B0357ad10b
Octal30414033031272552013
Binary1100010000110000011011011101011110101101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182120; }

 p { color: rgb(24,33,32); }

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

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

 a { background-color: rgb(24,33,32); }

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

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

 span { border-color: rgb(24,33,32); }

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