#193029

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

Shades of Racing Green #193029

Tints of Racing Green #193029

Color information

#193029 (or 0x193029) is unknown color: approx Racing Green. HEX triplet: 19, 30 and 29. RGB value is (25,48,41). Sum of RGB (Red+Green+Blue) = 25+48+41=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #193029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193029 is #E6CFD6. Grayscale: #282828. Windows color (decimal): -15126487 or 2699289. OLE color: 2699289.

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

Color convert

RGB254841-
CMYK0.4800.150.81
HSL161.74º31.51%14.31%-
HSV(B)161.74º47.92%18.82%-
XYZ1.862.482.48-
YUV40.32128.38117.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=21.93%
G=42.11%
B=35.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548410.4800.150.81161.7431.5114.31
Hex193029300F51a220e
Octal316051600171212424016
Binary11001110000101001110000011111010001101000101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193029; }

 p { color: rgb(25,48,41); }

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

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

 a { background-color: rgb(25,48,41); }

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

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

 span { border-color: rgb(25,48,41); }

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