Html Css Color HEX #19332A Racing Green

📋 copy color: '#19332A'

red 25 ◦ green 51 ◦ blue 42

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

Shades of Racing Green #19332A

Tints of Racing Green #19332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.22%

 BLUE value IS 42 (16.8% from 255) = 35.59%

R = 21.19%
G = 43.22%
B = 35.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#19332A (or 0x19332A) is known color: Racing Green. HEX triplet: 19, 33 and 2A. RGB value is (25,51,42). Sum of RGB (Red+Green+Blue) = 25+51+42=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #19332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19332A is #E6CCD5. Grayscale: #2A2A2A. Windows color (decimal): -15125718 or 2765593. OLE color: 2765593.

HSL color Cylindrical-coordinate representation of color #19332A: hue angle of 159.23º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #19332A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 42 -
CMYK 0.51 0 0.18 0.8
HSL 159.23º 0.34% 0.15% -
HSV(B) 159.23º 0.51% 0.2% -
XYZ 2 2.74 2.61 -
YUV 42.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 25 51 42 0.51 0 0.18 0.8 159.23 0.34 0.15
Hex 19 33 2A 33 0 12 50 9F 22 F
Octal 31 63 52 63 0 22 120 237 42 17
Binary 11001 110011 101010 110011 0 10010 1010000 10011111 100010 1111

Color Harmonies of #19332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19332A

Black with #19332A

Text Example


Text Example

White with #19332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19332A;
 }
 .AnyTagClassName
 {
   color: #19332A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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