#15312A

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

Shades of Racing Green #15312A

Tints of Racing Green #15312A

Color information

#15312A (or 0x15312A) is unknown color: approx Racing Green. HEX triplet: 15, 31 and 2A. RGB value is (21,49,42). Sum of RGB (Red+Green+Blue) = 21+49+42=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #15312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15312A is #EACED5. Grayscale: #272727. Windows color (decimal): -15388374 or 2765077. OLE color: 2765077.

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

Color convert

RGB214942-
CMYK0.5700.140.81
HSL165º40%13.73%-
HSV(B)165º57.14%19.22%-
XYZ1.832.522.58-
YUV39.83129.22114.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149420.5700.140.811654013.73
Hex15312A390E51a528e
Octal256152710161212455016
Binary10101110001101010111001011101010001101001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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