#212B28

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

Shades of Racing Green #212B28

Tints of Racing Green #212B28

Color information

#212B28 (or 0x212B28) is unknown color: approx Racing Green. HEX triplet: 21, 2B and 28. RGB value is (33,43,40). Sum of RGB (Red+Green+Blue) = 33+43+40=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 43 - color contains mainly: green. Hex color #212B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B28 is #DED4D7. Grayscale: #272727. Windows color (decimal): -14603480 or 2632481. OLE color: 2632481.

HSL color Cylindrical-coordinate representation of color #212B28: hue angle of 162º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B28 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB334340-
CMYK0.2300.070.83
HSL162º13.16%14.9%-
HSV(B)162º23.26%16.86%-
XYZ1.872.22.33-
YUV39.67128.19123.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=28.45%
G=37.07%
B=34.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3343400.2300.070.8316213.1614.9
Hex212B28170753a2df
Octal41535027071232421517
Binary10000110101110100010111011110100111010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B28; }

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

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

<style>
 a { background-color: #212B28; }

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

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

<style>
 span { border-color: #212B28; }

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

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