#21312B

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

Shades of Racing Green #21312B

Tints of Racing Green #21312B

Color information

#21312B (or 0x21312B) is unknown color: approx Racing Green. HEX triplet: 21, 31 and 2B. RGB value is (33,49,43). Sum of RGB (Red+Green+Blue) = 33+49+43=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #21312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312B is #DECED4. Grayscale: #2B2B2B. Windows color (decimal): -14601941 or 2830625. OLE color: 2830625.

HSL color Cylindrical-coordinate representation of color #21312B: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21312B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB334943-
CMYK0.3300.120.81
HSL157.5º19.51%16.08%-
HSV(B)157.5º32.65%19.22%-
XYZ2.162.692.69-
YUV43.53127.7120.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=26.4%
G=39.2%
B=34.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349430.3300.120.81157.519.5116.08
Hex21312B210C519e1410
Octal416153410141212362420
Binary100001110001101011100001011001010001100111101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21312B; }

 p { color: rgb(33,49,43); }

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

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

 a { background-color: rgb(33,49,43); }

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

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

 span { border-color: rgb(33,49,43); }

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