#18352C

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

Shades of Racing Green #18352C

Tints of Racing Green #18352C

Color information

#18352C (or 0x18352C) is unknown color: approx Racing Green. HEX triplet: 18, 35 and 2C. RGB value is (24,53,44). Sum of RGB (Red+Green+Blue) = 24+53+44=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #18352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18352C is #E7CAD3. Grayscale: #2B2B2B. Windows color (decimal): -15190740 or 2897176. OLE color: 2897176.

HSL color Cylindrical-coordinate representation of color #18352C: hue angle of 161.38º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #18352C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB245344-
CMYK0.5500.170.79
HSL161.38º37.66%15.1%-
HSV(B)161.38º54.72%20.78%-
XYZ2.12.922.84-
YUV43.3128.39114.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=19.83%
G=43.80%
B=36.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453440.5500.170.79161.3837.6615.1
Hex18352C370114Fa126f
Octal306554670211172414617
Binary110001101011011001101110100011001111101000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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