#19211F

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

Shades of Racing Green #19211F

Tints of Racing Green #19211F

Color information

#19211F (or 0x19211F) is unknown color: approx Racing Green. HEX triplet: 19, 21 and 1F. RGB value is (25,33,31). Sum of RGB (Red+Green+Blue) = 25+33+31=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #19211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211F is #E6DEE0. Grayscale: #1E1E1E. Windows color (decimal): -15130337 or 2040089. OLE color: 2040089.

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

Color convert

RGB253331-
CMYK0.2400.060.87
HSL165º13.79%11.37%-
HSV(B)165º24.24%12.94%-
XYZ1.191.391.5-
YUV30.38128.35124.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.09%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=28.09%
G=37.08%
B=34.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533310.2400.060.8716513.7911.37
Hex19211F180657a5eb
Octal31413730061272451613
Binary110011000011111111000011010101111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19211F; }

 p { color: rgb(25,33,31); }

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

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

 a { background-color: rgb(25,33,31); }

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

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

 span { border-color: rgb(25,33,31); }

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