#212E2B

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

Shades of Racing Green #212E2B

Tints of Racing Green #212E2B

Color information

#212E2B (or 0x212E2B) is unknown color: approx Racing Green. HEX triplet: 21, 2E and 2B. RGB value is (33,46,43). Sum of RGB (Red+Green+Blue) = 33+46+43=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2B is #DED1D4. Grayscale: #292929. Windows color (decimal): -14602709 or 2829857. OLE color: 2829857.

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

Color convert

RGB334643-
CMYK0.2800.070.82
HSL166.15º16.46%15.49%-
HSV(B)166.15º28.26%18.04%-
XYZ2.042.452.65-
YUV41.77128.69121.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=27.05%
G=37.70%
B=35.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346430.2800.070.82166.1516.4615.49
Hex212E2B1C0752a610f
Octal41565334071222462017
Binary100001101110101011111000111101001010100110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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