#212E2A

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

Shades of Racing Green #212E2A

Tints of Racing Green #212E2A

Color information

#212E2A (or 0x212E2A) is unknown color: approx Racing Green. HEX triplet: 21, 2E and 2A. RGB value is (33,46,42). Sum of RGB (Red+Green+Blue) = 33+46+42=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2A is #DED1D5. Grayscale: #292929. Windows color (decimal): -14602710 or 2764321. OLE color: 2764321.

HSL color Cylindrical-coordinate representation of color #212E2A: hue angle of 161.54º 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 #212E2A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB334642-
CMYK0.2800.090.82
HSL161.54º16.46%15.49%-
HSV(B)161.54º28.26%18.04%-
XYZ2.022.442.56-
YUV41.66128.19121.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=27.27%
G=38.02%
B=34.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346420.2800.090.82161.5416.4615.49
Hex212E2A1C0952a210f
Octal415652340111222422017
Binary1000011011101010101110001001101001010100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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