#18332E

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

Shades of Racing Green #18332E

Tints of Racing Green #18332E

Color information

#18332E (or 0x18332E) is unknown color: approx Racing Green. HEX triplet: 18, 33 and 2E. RGB value is (24,51,46). Sum of RGB (Red+Green+Blue) = 24+51+46=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #18332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18332E is #E7CCD1. Grayscale: #2A2A2A. Windows color (decimal): -15191250 or 3027736. OLE color: 3027736.

HSL color Cylindrical-coordinate representation of color #18332E: hue angle of 168.89º 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 #18332E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB245146-
CMYK0.5300.100.8
HSL168.89º36%14.71%-
HSV(B)168.89º52.94%20%-
XYZ2.052.763.01-
YUV42.36130.05114.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=19.83%
G=42.15%
B=38.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451460.5300.100.8168.893614.71
Hex18332E350A50a924f
Octal306356650121202514417
Binary11000110011101110110101010101010000101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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