#18201F

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

Shades of Racing Green #18201F

Tints of Racing Green #18201F

Color information

#18201F (or 0x18201F) is unknown color: approx Racing Green. HEX triplet: 18, 20 and 1F. RGB value is (24,32,31). Sum of RGB (Red+Green+Blue) = 24+32+31=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #18201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18201F is #E7DFE0. Grayscale: #1D1D1D. Windows color (decimal): -15196129 or 2039832. OLE color: 2039832.

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

Color convert

RGB243231-
CMYK0.2500.030.87
HSL172.5º14.29%10.98%-
HSV(B)172.5º25%12.55%-
XYZ1.141.331.49-
YUV29.49128.85124.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=27.59%
G=36.78%
B=35.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432310.2500.030.87172.514.2910.98
Hex18201F190357aceb
Octal30403731031272541613
Binary11000100000111111100101110101111010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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