#18332A

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

Shades of Racing Green #18332A

Tints of Racing Green #18332A

Color information

#18332A (or 0x18332A) is unknown color: approx Racing Green. HEX triplet: 18, 33 and 2A. RGB value is (24,51,42). Sum of RGB (Red+Green+Blue) = 24+51+42=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #18332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18332A is #E7CCD5. Grayscale: #292929. Windows color (decimal): -15191254 or 2765592. OLE color: 2765592.

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

Color convert

RGB245142-
CMYK0.5300.180.8
HSL160º36%14.71%-
HSV(B)160º52.94%20%-
XYZ1.982.732.61-
YUV41.9128.05115.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=20.51%
G=43.59%
B=35.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451420.5300.180.81603614.71
Hex18332A3501250a024f
Octal306352650221202404417
Binary110001100111010101101010100101010000101000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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