#21312E

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

Shades of Racing Green #21312E

Tints of Racing Green #21312E

Color information

#21312E (or 0x21312E) is unknown color: approx Racing Green. HEX triplet: 21, 31 and 2E. RGB value is (33,49,46). Sum of RGB (Red+Green+Blue) = 33+49+46=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #21312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312E is #DECED1. Grayscale: #2B2B2B. Windows color (decimal): -14601938 or 3027233. OLE color: 3027233.

HSL color Cylindrical-coordinate representation of color #21312E: hue angle of 168.75º 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 #21312E is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB334946-
CMYK0.3300.060.81
HSL168.75º19.51%16.08%-
HSV(B)168.75º32.65%19.22%-
XYZ2.222.722.99-
YUV43.87129.2120.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=25.78%
G=38.28%
B=35.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349460.3300.060.81168.7519.5116.08
Hex21312E210651a91410
Octal41615641061212512420
Binary10000111000110111010000101101010001101010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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