#192421

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

Shades of Racing Green #192421

Tints of Racing Green #192421

Color information

#192421 (or 0x192421) is unknown color: approx Racing Green. HEX triplet: 19, 24 and 21. RGB value is (25,36,33). Sum of RGB (Red+Green+Blue) = 25+36+33=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #192421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192421 is #E6DBDE. Grayscale: #202020. Windows color (decimal): -15129567 or 2171929. OLE color: 2171929.

HSL color Cylindrical-coordinate representation of color #192421: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #192421 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB253633-
CMYK0.3100.080.86
HSL163.64º18.03%11.96%-
HSV(B)163.64º30.56%14.12%-
XYZ1.311.581.67-
YUV32.37128.36122.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=26.60%
G=38.30%
B=35.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536330.3100.080.86163.6418.0311.96
Hex1924211F0856a412c
Octal314441370101262442214
Binary110011001001000011111101000101011010100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192421; }

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

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

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

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

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

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

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

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