Html Css Color HEX #132421 Racing Green

📋 copy color: '#132421'

red 19 ◦ green 36 ◦ blue 33

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

Shades of Racing Green #132421

Tints of Racing Green #132421

RGB

 RED value IS 19 (7.81% from 255) = 21.59%

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

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

R = 21.59%
G = 40.91%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#132421 (or 0x132421) is known color: Racing Green. HEX triplet: 13, 24 and 21. RGB value is (19,36,33). Sum of RGB (Red+Green+Blue) = 19+36+33=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #132421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132421 is #ECDBDE. Grayscale: #1E1E1E. Windows color (decimal): -15522783 or 2171923. OLE color: 2171923.

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

Color convert

RGB 19 36 33 -
CMYK 0.47 0 0.08 0.86
HSL 169.41º 0.31% 0.11% -
HSV(B) 169.41º 0.47% 0.14% -
XYZ 1.17 1.51 1.67 -
YUV 30.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 19 36 33 0.47 0 0.08 0.86 169.41 0.31 0.11
Hex 13 24 21 2F 0 8 56 A9 1F B
Octal 23 44 41 57 0 10 126 251 37 13
Binary 10011 100100 100001 101111 0 1000 1010110 10101001 11111 1011

Color Harmonies of #132421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132421

Black with #132421

Text Example


Text Example

White with #132421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132421; }

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

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

background-color css

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

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

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

border-color css

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

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

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