#21332C

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

Shades of Racing Green #21332C

Tints of Racing Green #21332C

Color information

#21332C (or 0x21332C) is unknown color: approx Racing Green. HEX triplet: 21, 33 and 2C. RGB value is (33,51,44). Sum of RGB (Red+Green+Blue) = 33+51+44=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #21332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332C is #DECCD3. Grayscale: #2C2C2C. Windows color (decimal): -14601428 or 2896673. OLE color: 2896673.

HSL color Cylindrical-coordinate representation of color #21332C: hue angle of 156.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #21332C is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB335144-
CMYK0.3500.140.8
HSL156.67º21.43%16.47%-
HSV(B)156.67º35.29%20%-
XYZ2.272.872.82-
YUV44.82127.54119.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=25.78%
G=39.84%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351440.3500.140.8156.6721.4316.47
Hex21332C230E509d1510
Octal416354430161202352520
Binary100001110011101100100011011101010000100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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