#18372F

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

Shades of Racing Green #18372F

Tints of Racing Green #18372F

Color information

#18372F (or 0x18372F) is unknown color: approx Racing Green. HEX triplet: 18, 37 and 2F. RGB value is (24,55,47). Sum of RGB (Red+Green+Blue) = 24+55+47=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #18372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18372F is #E7C8D0. Grayscale: #2C2C2C. Windows color (decimal): -15190225 or 3094296. OLE color: 3094296.

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

Color convert

RGB245547-
CMYK0.5600.150.78
HSL164.52º39.24%15.49%-
HSV(B)164.52º56.36%21.57%-
XYZ2.263.133.17-
YUV44.82129.23113.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=19.05%
G=43.65%
B=37.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455470.5600.150.78164.5239.2415.49
Hex18372F380F4Ea527f
Octal306757700171162454717
Binary11000110111101111111000011111001110101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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