#18342C

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

Shades of Racing Green #18342C

Tints of Racing Green #18342C

Color information

#18342C (or 0x18342C) is unknown color: approx Racing Green. HEX triplet: 18, 34 and 2C. RGB value is (24,52,44). Sum of RGB (Red+Green+Blue) = 24+52+44=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #18342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18342C is #E7CBD3. Grayscale: #2A2A2A. Windows color (decimal): -15190996 or 2896920. OLE color: 2896920.

HSL color Cylindrical-coordinate representation of color #18342C: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18342C is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB245244-
CMYK0.5400.150.80
HSL162.86º36.84%14.9%-
HSV(B)162.86º53.85%20.39%-
XYZ2.062.832.82-
YUV42.72128.72114.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=20%
G=43.33%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2452440.5400.150.80162.8636.8414.9
Hex18342C360F50a325f
Octal306454660171202434517
Binary11000110100101100110110011111010000101000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18342C; }

 p { color: rgb(24,52,44); }

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

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

 a { background-color: rgb(24,52,44); }

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

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

 span { border-color: rgb(24,52,44); }

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