#18322A

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

Shades of Racing Green #18322A

Tints of Racing Green #18322A

Color information

#18322A (or 0x18322A) is unknown color: approx Racing Green. HEX triplet: 18, 32 and 2A. RGB value is (24,50,42). Sum of RGB (Red+Green+Blue) = 24+50+42=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #18322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18322A is #E7CDD5. Grayscale: #292929. Windows color (decimal): -15191510 or 2765336. OLE color: 2765336.

HSL color Cylindrical-coordinate representation of color #18322A: hue angle of 161.54º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18322A is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB245042-
CMYK0.5200.160.80
HSL161.54º35.14%14.51%-
HSV(B)161.54º52%19.61%-
XYZ1.942.642.6-
YUV41.31128.39115.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=20.69%
G=43.10%
B=36.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450420.5200.160.80161.5435.1414.51
Hex18322A3401050a223f
Octal306252640201202424317
Binary110001100101010101101000100001010000101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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