#21322C

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

Shades of Racing Green #21322C

Tints of Racing Green #21322C

Color information

#21322C (or 0x21322C) is unknown color: approx Racing Green. HEX triplet: 21, 32 and 2C. RGB value is (33,50,44). Sum of RGB (Red+Green+Blue) = 33+50+44=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #21322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21322C is #DECDD3. Grayscale: #2C2C2C. Windows color (decimal): -14601684 or 2896417. OLE color: 2896417.

HSL color Cylindrical-coordinate representation of color #21322C: hue angle of 158.82º 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 #21322C is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB335044-
CMYK0.3400.120.80
HSL158.82º20.48%16.27%-
HSV(B)158.82º34%19.61%-
XYZ2.222.792.8-
YUV44.23127.87119.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=25.98%
G=39.37%
B=34.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350440.3400.120.80158.8220.4816.27
Hex21322C220C509f1410
Octal416254420141202372420
Binary100001110010101100100010011001010000100111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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