#19312B

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

Shades of Racing Green #19312B

Tints of Racing Green #19312B

Color information

#19312B (or 0x19312B) is unknown color: approx Racing Green. HEX triplet: 19, 31 and 2B. RGB value is (25,49,43). Sum of RGB (Red+Green+Blue) = 25+49+43=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #19312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19312B is #E6CED4. Grayscale: #292929. Windows color (decimal): -15126229 or 2830617. OLE color: 2830617.

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

Color convert

RGB254943-
CMYK0.4900.120.81
HSL165º32.43%14.51%-
HSV(B)165º48.98%19.22%-
XYZ1.942.582.68-
YUV41.14129.05116.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=21.37%
G=41.88%
B=36.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549430.4900.120.8116532.4314.51
Hex19312B310C51a520f
Octal316153610141212454017
Binary11001110001101011110001011001010001101001011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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