#212E2C

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

Shades of Racing Green #212E2C

Tints of Racing Green #212E2C

Color information

#212E2C (or 0x212E2C) is unknown color: approx Racing Green. HEX triplet: 21, 2E and 2C. RGB value is (33,46,44). Sum of RGB (Red+Green+Blue) = 33+46+44=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2C is #DED1D3. Grayscale: #292929. Windows color (decimal): -14602708 or 2895393. OLE color: 2895393.

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

Color convert

RGB334644-
CMYK0.2800.040.82
HSL170.77º16.46%15.49%-
HSV(B)170.77º28.26%18.04%-
XYZ2.062.462.75-
YUV41.88129.19121.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=26.83%
G=37.40%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346440.2800.040.82170.7716.4615.49
Hex212E2C1C0452ab10f
Octal41565434041222532017
Binary100001101110101100111000100101001010101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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