Html Css Color HEX #13221F Racing Green

📋 copy color: '#13221F'

red 19 ◦ green 34 ◦ blue 31

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

Shades of Racing Green #13221F

Tints of Racing Green #13221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40.48%

 BLUE value IS 31 (12.5% from 255) = 36.9%

R = 22.62%
G = 40.48%
B = 36.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#13221F (or 0x13221F) is known color: Racing Green. HEX triplet: 13, 22 and 1F. RGB value is (19,34,31). Sum of RGB (Red+Green+Blue) = 19+34+31=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #13221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13221F is #ECDDE0. Grayscale: #1D1D1D. Windows color (decimal): -15523297 or 2040339. OLE color: 2040339.

HSL color Cylindrical-coordinate representation of color #13221F: hue angle of 168º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #13221F is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 31 -
CMYK 0.44 0 0.09 0.87
HSL 168º 0.28% 0.1% -
HSV(B) 168º 0.44% 0.13% -
XYZ 1.09 1.38 1.51 -
YUV 29.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 19 34 31 0.44 0 0.09 0.87 168 0.28 0.1
Hex 13 22 1F 2C 0 9 57 A8 1C A
Octal 23 42 37 54 0 11 127 250 34 12
Binary 10011 100010 11111 101100 0 1001 1010111 10101000 11100 1010

Color Harmonies of #13221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13221F

Black with #13221F

Text Example


Text Example

White with #13221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,34,31); }

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

background-color css

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

 a { background-color: rgb(19,34,31); }

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

border-color css

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

 span { border-color: rgb(19,34,31); }

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