#13221E

Color #13221E Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #13221E

Tints of Racing Green #13221E

Color information

#13221E (or 0x13221E) is unknown color: approx Racing Green. HEX triplet: 13, 22 and 1E. RGB value is (19,34,30). Sum of RGB (Red+Green+Blue) = 19+34+30=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #13221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13221E is #ECDDE1. Grayscale: #1D1D1D. Windows color (decimal): -15523298 or 1974803. OLE color: 1974803.

HSL color Cylindrical-coordinate representation of color #13221E: hue angle of 164º 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 #13221E is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB193430-
CMYK0.4400.120.87
HSL164º28.3%10.39%-
HSV(B)164º44.12%13.33%-
XYZ1.071.381.44-
YUV29.06128.53120.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=22.89%
G=40.96%
B=36.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1934300.4400.120.8716428.310.39
Hex13221E2C0C57a41ca
Octal234236540141272443412
Binary100111000101111010110001100101011110100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13221E;
 }
 .AnyTagClassName
 {
   color: #13221E;
 }
</style>
background-color css

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

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

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

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

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

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