#21322E

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

Shades of Racing Green #21322E

Tints of Racing Green #21322E

Color information

#21322E (or 0x21322E) is unknown color: approx Racing Green. HEX triplet: 21, 32 and 2E. RGB value is (33,50,46). Sum of RGB (Red+Green+Blue) = 33+50+46=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #21322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21322E is #DECDD1. Grayscale: #2C2C2C. Windows color (decimal): -14601682 or 3027489. OLE color: 3027489.

HSL color Cylindrical-coordinate representation of color #21322E: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #21322E is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB335046-
CMYK0.3400.080.80
HSL165.88º20.48%16.27%-
HSV(B)165.88º34%19.61%-
XYZ2.262.83.01-
YUV44.46128.87119.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=25.58%
G=38.76%
B=35.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350460.3400.080.80165.8820.4816.27
Hex21322E220850a61410
Octal416256420101202462420
Binary100001110010101110100010010001010000101001101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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