#182420

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

Shades of Racing Green #182420

Tints of Racing Green #182420

Color information

#182420 (or 0x182420) is unknown color: approx Racing Green. HEX triplet: 18, 24 and 20. RGB value is (24,36,32). Sum of RGB (Red+Green+Blue) = 24+36+32=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #182420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182420 is #E7DBDF. Grayscale: #1F1F1F. Windows color (decimal): -15195104 or 2106392. OLE color: 2106392.

HSL color Cylindrical-coordinate representation of color #182420: hue angle of 160º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #182420 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB243632-
CMYK0.3300.110.86
HSL160º20%11.76%-
HSV(B)160º33.33%14.12%-
XYZ1.271.561.6-
YUV31.96128.02122.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=26.09%
G=39.13%
B=34.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436320.3300.110.861602011.76
Hex182420210B56a014c
Octal304440410131262402414
Binary1100010010010000010000101011101011010100000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182420; }

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

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

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

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

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

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

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

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