#15312D

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

Shades of Racing Green #15312D

Tints of Racing Green #15312D

Color information

#15312D (or 0x15312D) is unknown color: approx Racing Green. HEX triplet: 15, 31 and 2D. RGB value is (21,49,45). Sum of RGB (Red+Green+Blue) = 21+49+45=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #15312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15312D is #EACED2. Grayscale: #282828. Windows color (decimal): -15388371 or 2961685. OLE color: 2961685.

HSL color Cylindrical-coordinate representation of color #15312D: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15312D is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB214945-
CMYK0.5700.080.81
HSL171.43º40%13.73%-
HSV(B)171.43º57.14%19.22%-
XYZ1.882.552.87-
YUV40.17130.72114.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=18.26%
G=42.61%
B=39.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149450.5700.080.81171.434013.73
Hex15312D390851ab28e
Octal256155710101212535016
Binary10101110001101101111001010001010001101010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15312D; }

 p { color: rgb(21,49,45); }

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

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

 a { background-color: rgb(21,49,45); }

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

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

 span { border-color: rgb(21,49,45); }

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