#212D2B

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

Shades of Racing Green #212D2B

Tints of Racing Green #212D2B

Color information

#212D2B (or 0x212D2B) is unknown color: approx Racing Green. HEX triplet: 21, 2D and 2B. RGB value is (33,45,43). Sum of RGB (Red+Green+Blue) = 33+45+43=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 45 - color contains mainly: green. Hex color #212D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D2B is #DED2D4. Grayscale: #292929. Windows color (decimal): -14602965 or 2829601. OLE color: 2829601.

HSL color Cylindrical-coordinate representation of color #212D2B: hue angle of 170º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D2B is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB334543-
CMYK0.2700.040.82
HSL170º15.38%15.29%-
HSV(B)170º26.67%17.65%-
XYZ22.372.64-
YUV41.18129.02122.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=27.27%
G=37.19%
B=35.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345430.2700.040.8217015.3815.29
Hex212D2B1B0452aaff
Octal41555333041222521717
Binary10000110110110101111011010010100101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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