#18211E

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

Shades of Racing Green #18211E

Tints of Racing Green #18211E

Color information

#18211E (or 0x18211E) is unknown color: approx Racing Green. HEX triplet: 18, 21 and 1E. RGB value is (24,33,30). Sum of RGB (Red+Green+Blue) = 24+33+30=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #18211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18211E is #E7DEE1. Grayscale: #1D1D1D. Windows color (decimal): -15195874 or 1974552. OLE color: 1974552.

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

Color convert

RGB243330-
CMYK0.2700.090.87
HSL160º15.79%11.18%-
HSV(B)160º27.27%12.94%-
XYZ1.151.381.43-
YUV29.97128.02123.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433300.2700.090.8716015.7911.18
Hex18211E1B0957a010b
Octal304136330111272402013
Binary11000100001111101101101001101011110100000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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