#18312A

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

Shades of Racing Green #18312A

Tints of Racing Green #18312A

Color information

#18312A (or 0x18312A) is unknown color: approx Racing Green. HEX triplet: 18, 31 and 2A. RGB value is (24,49,42). Sum of RGB (Red+Green+Blue) = 24+49+42=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #18312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18312A is #E7CED5. Grayscale: #282828. Windows color (decimal): -15191766 or 2765080. OLE color: 2765080.

HSL color Cylindrical-coordinate representation of color #18312A: hue angle of 163.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18312A is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB244942-
CMYK0.5100.140.81
HSL163.2º34.25%14.31%-
HSV(B)163.2º51.02%19.22%-
XYZ1.892.562.58-
YUV40.73128.72116.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=20.87%
G=42.61%
B=36.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449420.5100.140.81163.234.2514.31
Hex18312A330E51a322e
Octal306152630161212434216
Binary11000110001101010110011011101010001101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18312A; }

 p { color: rgb(24,49,42); }

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

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

 a { background-color: rgb(24,49,42); }

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

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

 span { border-color: rgb(24,49,42); }

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