#18322D

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

Shades of Racing Green #18322D

Tints of Racing Green #18322D

Color information

#18322D (or 0x18322D) is unknown color: approx Racing Green. HEX triplet: 18, 32 and 2D. RGB value is (24,50,45). Sum of RGB (Red+Green+Blue) = 24+50+45=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #18322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18322D is #E7CDD2. Grayscale: #292929. Windows color (decimal): -15191507 or 2961944. OLE color: 2961944.

HSL color Cylindrical-coordinate representation of color #18322D: hue angle of 168.46º 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 #18322D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB245045-
CMYK0.5200.100.80
HSL168.46º35.14%14.51%-
HSV(B)168.46º52%19.61%-
XYZ1.992.662.89-
YUV41.66129.89115.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=20.17%
G=42.02%
B=37.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450450.5200.100.80168.4635.1414.51
Hex18322D340A50a823f
Octal306255640121202504317
Binary11000110010101101110100010101010000101010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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