#18201E

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

Shades of Racing Green #18201E

Tints of Racing Green #18201E

Color information

#18201E (or 0x18201E) is unknown color: approx Racing Green. HEX triplet: 18, 20 and 1E. RGB value is (24,32,30). Sum of RGB (Red+Green+Blue) = 24+32+30=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #18201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18201E is #E7DFE1. Grayscale: #1D1D1D. Windows color (decimal): -15196130 or 1974296. OLE color: 1974296.

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

Color convert

RGB243230-
CMYK0.2500.060.87
HSL165º14.29%10.98%-
HSV(B)165º25%12.55%-
XYZ1.131.321.42-
YUV29.38128.35124.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=27.91%
G=37.21%
B=34.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432300.2500.060.8716514.2910.98
Hex18201E190657a5eb
Octal30403631061272451613
Binary110001000001111011001011010101111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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