#18342D

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

Shades of Racing Green #18342D

Tints of Racing Green #18342D

Color information

#18342D (or 0x18342D) is unknown color: approx Racing Green. HEX triplet: 18, 34 and 2D. RGB value is (24,52,45). Sum of RGB (Red+Green+Blue) = 24+52+45=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #18342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18342D is #E7CBD2. Grayscale: #2A2A2A. Windows color (decimal): -15190995 or 2962456. OLE color: 2962456.

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

Color convert

RGB245245-
CMYK0.5400.130.80
HSL165º36.84%14.9%-
HSV(B)165º53.85%20.39%-
XYZ2.082.842.92-
YUV42.83129.22114.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=19.83%
G=42.98%
B=37.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2452450.5400.130.8016536.8414.9
Hex18342D360D50a525f
Octal306455660151202454517
Binary11000110100101101110110011011010000101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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