#212928

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

Shades of Racing Green #212928

Tints of Racing Green #212928

Color information

#212928 (or 0x212928) is unknown color: approx Racing Green. HEX triplet: 21, 29 and 28. RGB value is (33,41,40). Sum of RGB (Red+Green+Blue) = 33+41+40=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 41 - color contains mainly: green. Hex color #212928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212928 is #DED6D7. Grayscale: #262626. Windows color (decimal): -14603992 or 2631969. OLE color: 2631969.

HSL color Cylindrical-coordinate representation of color #212928: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212928 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB334140-
CMYK0.2000.020.84
HSL172.5º10.81%14.51%-
HSV(B)172.5º19.51%16.08%-
XYZ1.82.062.31-
YUV38.49128.85124.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=28.95%
G=35.96%
B=35.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341400.2000.020.84172.510.8114.51
Hex212928140254acbf
Octal41515024021242541317
Binary1000011010011010001010001010101001010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212928; }

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

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

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

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

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

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

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

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