Html Css Color HEX #13211F Racing Green

📋 copy color: '#13211F'

red 19 ◦ green 33 ◦ blue 31

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

Shades of Racing Green #13211F

Tints of Racing Green #13211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.76%

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

R = 22.89%
G = 39.76%
B = 37.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#13211F (or 0x13211F) is known color: Racing Green. HEX triplet: 13, 21 and 1F. RGB value is (19,33,31). Sum of RGB (Red+Green+Blue) = 19+33+31=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #13211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13211F is #ECDEE0. Grayscale: #1C1C1C. Windows color (decimal): -15523553 or 2040083. OLE color: 2040083.

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

Color convert

RGB 19 33 31 -
CMYK 0.42 0 0.06 0.87
HSL 171.43º 0.27% 0.1% -
HSV(B) 171.43º 0.42% 0.13% -
XYZ 1.06 1.33 1.5 -
YUV 28.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 19 33 31 0.42 0 0.06 0.87 171.43 0.27 0.1
Hex 13 21 1F 2A 0 6 57 AB 1B A
Octal 23 41 37 52 0 6 127 253 33 12
Binary 10011 100001 11111 101010 0 110 1010111 10101011 11011 1010

Color Harmonies of #13211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13211F

Black with #13211F

Text Example


Text Example

White with #13211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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