#182320

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

Shades of Racing Green #182320

Tints of Racing Green #182320

Color information

#182320 (or 0x182320) is unknown color: approx Racing Green. HEX triplet: 18, 23 and 20. RGB value is (24,35,32). Sum of RGB (Red+Green+Blue) = 24+35+32=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #182320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182320 is #E7DCDF. Grayscale: #1F1F1F. Windows color (decimal): -15195360 or 2106136. OLE color: 2106136.

HSL color Cylindrical-coordinate representation of color #182320: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #182320 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB243532-
CMYK0.3100.090.86
HSL163.64º18.64%11.57%-
HSV(B)163.64º31.43%13.73%-
XYZ1.241.51.59-
YUV31.37128.36122.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=26.37%
G=38.46%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435320.3100.090.86163.6418.6411.57
Hex1823201F0956a413c
Octal304340370111262442314
Binary110001000111000001111101001101011010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182320; }

 p { color: rgb(24,35,32); }

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

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

 a { background-color: rgb(24,35,32); }

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

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

 span { border-color: rgb(24,35,32); }

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