Html Css Color HEX #192421 Racing Green

📋 copy color: '#192421'

red 25 ◦ green 36 ◦ blue 33

#192421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #192421

Tints of Racing Green #192421

RGB

 RED value IS 25 (10.16% from 255) = 26.6%

 GREEN value IS 36 (14.45% from 255) = 38.3%

 BLUE value IS 33 (13.28% from 255) = 35.11%

R = 26.6%
G = 38.3%
B = 35.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#192421 (or 0x192421) is known color: 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

RGB 25 36 33 -
CMYK 0.31 0 0.08 0.86
HSL 163.64º 0.18% 0.12% -
HSV(B) 163.64º 0.31% 0.14% -
XYZ 1.31 1.58 1.67 -
YUV 32.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 25 36 33 0.31 0 0.08 0.86 163.64 0.18 0.12
Hex 19 24 21 1F 0 8 56 A4 12 C
Octal 31 44 41 37 0 10 126 244 22 14
Binary 11001 100100 100001 11111 0 1000 1010110 10100100 10010 1100

Color Harmonies of #192421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192421

Black with #192421

Text Example


Text Example

White with #192421

Text Example


Text Example

HTML Codes & Css Web 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>