#15312C

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

Shades of Racing Green #15312C

Tints of Racing Green #15312C

Color information

#15312C (or 0x15312C) is unknown color: approx Racing Green. HEX triplet: 15, 31 and 2C. RGB value is (21,49,44). Sum of RGB (Red+Green+Blue) = 21+49+44=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #15312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15312C is #EACED3. Grayscale: #282828. Windows color (decimal): -15388372 or 2896149. OLE color: 2896149.

HSL color Cylindrical-coordinate representation of color #15312C: hue angle of 169.29º 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 #15312C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB214944-
CMYK0.5700.100.81
HSL169.29º40%13.73%-
HSV(B)169.29º57.14%19.22%-
XYZ1.862.542.77-
YUV40.06130.22114.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=18.42%
G=42.98%
B=38.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149440.5700.100.81169.294013.73
Hex15312C390A51a928e
Octal256154710121212515016
Binary10101110001101100111001010101010001101010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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