#18211F

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

Shades of Racing Green #18211F

Tints of Racing Green #18211F

Color information

#18211F (or 0x18211F) is unknown color: approx Racing Green. HEX triplet: 18, 21 and 1F. RGB value is (24,33,31). Sum of RGB (Red+Green+Blue) = 24+33+31=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #18211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18211F is #E7DEE0. Grayscale: #1E1E1E. Windows color (decimal): -15195873 or 2040088. OLE color: 2040088.

HSL color Cylindrical-coordinate representation of color #18211F: hue angle of 166.67º 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 #18211F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB243331-
CMYK0.2700.060.87
HSL166.67º15.79%11.18%-
HSV(B)166.67º27.27%12.94%-
XYZ1.171.381.5-
YUV30.08128.52123.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=27.27%
G=37.5%
B=35.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433310.2700.060.87166.6715.7911.18
Hex18211F1B0657a710b
Octal30413733061272472013
Binary1100010000111111110110110101011110100111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18211F; }

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

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

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

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

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

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

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

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