#19312E

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

Shades of Racing Green #19312E

Tints of Racing Green #19312E

Color information

#19312E (or 0x19312E) is unknown color: approx Racing Green. HEX triplet: 19, 31 and 2E. RGB value is (25,49,46). Sum of RGB (Red+Green+Blue) = 25+49+46=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #19312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19312E is #E6CED1. Grayscale: #292929. Windows color (decimal): -15126226 or 3027225. OLE color: 3027225.

HSL color Cylindrical-coordinate representation of color #19312E: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19312E is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB254946-
CMYK0.4900.060.81
HSL172.5º32.43%14.51%-
HSV(B)172.5º48.98%19.22%-
XYZ1.992.62.98-
YUV41.48130.55116.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=20.83%
G=40.83%
B=38.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549460.4900.060.81172.532.4314.51
Hex19312E310651ac20f
Octal31615661061212544017
Binary1100111000110111011000101101010001101011001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19312E; }

 p { color: rgb(25,49,46); }

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

<style>
 a { background-color: #19312E; }

 a { background-color: rgb(25,49,46); }

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

<style>
 span { border-color: #19312E; }

 span { border-color: rgb(25,49,46); }

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