#17312A

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

Shades of Racing Green #17312A

Tints of Racing Green #17312A

Color information

#17312A (or 0x17312A) is unknown color: approx Racing Green. HEX triplet: 17, 31 and 2A. RGB value is (23,49,42). Sum of RGB (Red+Green+Blue) = 23+49+42=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #17312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17312A is #E8CED5. Grayscale: #282828. Windows color (decimal): -15257302 or 2765079. OLE color: 2765079.

HSL color Cylindrical-coordinate representation of color #17312A: hue angle of 163.85º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17312A is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB234942-
CMYK0.5300.140.81
HSL163.85º36.11%14.12%-
HSV(B)163.85º53.06%19.22%-
XYZ1.872.552.58-
YUV40.43128.89115.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=20.18%
G=42.98%
B=36.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2349420.5300.140.81163.8536.1114.12
Hex17312A350E51a424e
Octal276152650161212444416
Binary10111110001101010110101011101010001101001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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