#19201E

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

Shades of Racing Green #19201E

Tints of Racing Green #19201E

Color information

#19201E (or 0x19201E) is unknown color: approx Racing Green. HEX triplet: 19, 20 and 1E. RGB value is (25,32,30). Sum of RGB (Red+Green+Blue) = 25+32+30=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #19201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201E is #E6DFE1. Grayscale: #1D1D1D. Windows color (decimal): -15130594 or 1974297. OLE color: 1974297.

HSL color Cylindrical-coordinate representation of color #19201E: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19201E is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB253230-
CMYK0.2200.060.87
HSL162.86º12.28%11.18%-
HSV(B)162.86º21.88%12.55%-
XYZ1.151.331.42-
YUV29.68128.18124.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=28.74%
G=36.78%
B=34.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532300.2200.060.87162.8612.2811.18
Hex19201E160657a3cb
Octal31403626061272431413
Binary110011000001111010110011010101111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19201E; }

 p { color: rgb(25,32,30); }

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

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

 a { background-color: rgb(25,32,30); }

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

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

 span { border-color: rgb(25,32,30); }

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