#182221

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

Shades of Racing Green #182221

Tints of Racing Green #182221

Color information

#182221 (or 0x182221) is unknown color: approx Racing Green. HEX triplet: 18, 22 and 21. RGB value is (24,34,33). Sum of RGB (Red+Green+Blue) = 24+34+33=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 34 - color contains mainly: green. Hex color #182221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182221 is #E7DDDE. Grayscale: #1E1E1E. Windows color (decimal): -15195615 or 2171416. OLE color: 2171416.

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

Color convert

RGB243433-
CMYK0.2900.030.87
HSL174º17.24%11.37%-
HSV(B)174º29.41%13.33%-
XYZ1.221.451.65-
YUV30.9129.19123.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=26.37%
G=37.36%
B=36.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434330.2900.030.8717417.2411.37
Hex1822211D0357ae11b
Octal30424135031272562113
Binary1100010001010000111101011101011110101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182221; }

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

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

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

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

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

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

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

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