#18332C

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

Shades of Racing Green #18332C

Tints of Racing Green #18332C

Color information

#18332C (or 0x18332C) is unknown color: approx Racing Green. HEX triplet: 18, 33 and 2C. RGB value is (24,51,44). Sum of RGB (Red+Green+Blue) = 24+51+44=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #18332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18332C is #E7CCD3. Grayscale: #2A2A2A. Windows color (decimal): -15191252 or 2896664. OLE color: 2896664.

HSL color Cylindrical-coordinate representation of color #18332C: hue angle of 164.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18332C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB245144-
CMYK0.5300.140.8
HSL164.44º36%14.71%-
HSV(B)164.44º52.94%20%-
XYZ2.022.742.81-
YUV42.13129.05115.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=20.17%
G=42.86%
B=36.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451440.5300.140.8164.443614.71
Hex18332C350E50a424f
Octal306354650161202444417
Binary11000110011101100110101011101010000101001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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