#18322F

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

Shades of Racing Green #18322F

Tints of Racing Green #18322F

Color information

#18322F (or 0x18322F) is unknown color: approx Racing Green. HEX triplet: 18, 32 and 2F. RGB value is (24,50,47). Sum of RGB (Red+Green+Blue) = 24+50+47=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #18322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18322F is #E7CDD0. Grayscale: #292929. Windows color (decimal): -15191505 or 3093016. OLE color: 3093016.

HSL color Cylindrical-coordinate representation of color #18322F: hue angle of 173.08º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18322F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB245047-
CMYK0.5200.060.80
HSL173.08º35.14%14.51%-
HSV(B)173.08º52%19.61%-
XYZ2.032.683.1-
YUV41.88130.89115.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=19.83%
G=41.32%
B=38.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450470.5200.060.80173.0835.1414.51
Hex18322F340650ad23f
Octal30625764061202554317
Binary1100011001010111111010001101010000101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,50,47); }

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

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

 a { background-color: rgb(24,50,47); }

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

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

 span { border-color: rgb(24,50,47); }

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