#192A24

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

Shades of Racing Green #192A24

Tints of Racing Green #192A24

Color information

#192A24 (or 0x192A24) is unknown color: approx Racing Green. HEX triplet: 19, 2A and 24. RGB value is (25,42,36). Sum of RGB (Red+Green+Blue) = 25+42+36=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 42 - color contains mainly: green. Hex color #192A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A24 is #E6D5DB. Grayscale: #242424. Windows color (decimal): -15128028 or 2370073. OLE color: 2370073.

HSL color Cylindrical-coordinate representation of color #192A24: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #192A24 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB254236-
CMYK0.4000.140.84
HSL158.82º25.37%13.14%-
HSV(B)158.82º40.48%16.47%-
XYZ1.551.991.97-
YUV36.23127.87119.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 42 (16.80% from 255) = 40.78%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=24.27%
G=40.78%
B=34.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2542360.4000.140.84158.8225.3713.14
Hex192A24280E549f19d
Octal315244500161242373115
Binary1100110101010010010100001110101010010011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192A24; }

 p { color: rgb(25,42,36); }

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

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

 a { background-color: rgb(25,42,36); }

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

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

 span { border-color: rgb(25,42,36); }

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