#18382F

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

Shades of Racing Green #18382F

Tints of Racing Green #18382F

Color information

#18382F (or 0x18382F) is unknown color: approx Racing Green. HEX triplet: 18, 38 and 2F. RGB value is (24,56,47). Sum of RGB (Red+Green+Blue) = 24+56+47=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #18382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382F is #E7C7D0. Grayscale: #2D2D2D. Windows color (decimal): -15189969 or 3094552. OLE color: 3094552.

HSL color Cylindrical-coordinate representation of color #18382F: hue angle of 163.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18382F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB245647-
CMYK0.5700.160.78
HSL163.12º40%15.69%-
HSV(B)163.12º57.14%21.96%-
XYZ2.33.233.19-
YUV45.41128.9112.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=18.90%
G=44.09%
B=37.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456470.5700.160.78163.124015.69
Hex18382F390104Ea32810
Octal307057710201162435020
Binary1100011100010111111100101000010011101010001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18382F; }

 p { color: rgb(24,56,47); }

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

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

 a { background-color: rgb(24,56,47); }

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

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

 span { border-color: rgb(24,56,47); }

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