#193028

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

Shades of Racing Green #193028

Tints of Racing Green #193028

Color information

#193028 (or 0x193028) is unknown color: approx Racing Green. HEX triplet: 19, 30 and 28. RGB value is (25,48,40). Sum of RGB (Red+Green+Blue) = 25+48+40=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #193028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193028 is #E6CFD7. Grayscale: #282828. Windows color (decimal): -15126488 or 2633753. OLE color: 2633753.

HSL color Cylindrical-coordinate representation of color #193028: hue angle of 159.13º 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 #193028 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB254840-
CMYK0.4800.170.81
HSL159.13º31.51%14.31%-
HSV(B)159.13º47.92%18.82%-
XYZ1.842.472.39-
YUV40.21127.88117.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=22.12%
G=42.48%
B=35.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548400.4800.170.81159.1331.5114.31
Hex19302830011519f20e
Octal316050600211212374016
Binary110011100001010001100000100011010001100111111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193028; }

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

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

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

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

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

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

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

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