#19302A

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

Shades of Racing Green #19302A

Tints of Racing Green #19302A

Color information

#19302A (or 0x19302A) is unknown color: approx Racing Green. HEX triplet: 19, 30 and 2A. RGB value is (25,48,42). Sum of RGB (Red+Green+Blue) = 25+48+42=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #19302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19302A is #E6CFD5. Grayscale: #282828. Windows color (decimal): -15126486 or 2764825. OLE color: 2764825.

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

Color convert

RGB254842-
CMYK0.4800.130.81
HSL164.35º31.51%14.31%-
HSV(B)164.35º47.92%18.82%-
XYZ1.882.492.57-
YUV40.44128.88116.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=21.74%
G=41.74%
B=36.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548420.4800.130.81164.3531.5114.31
Hex19302A300D51a420e
Octal316052600151212444016
Binary11001110000101010110000011011010001101001001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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