#212926

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

Shades of Racing Green #212926

Tints of Racing Green #212926

Color information

#212926 (or 0x212926) is unknown color: approx Racing Green. HEX triplet: 21, 29 and 26. RGB value is (33,41,38). Sum of RGB (Red+Green+Blue) = 33+41+38=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 41 - color contains mainly: green. Hex color #212926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212926 is #DED6D9. Grayscale: #262626. Windows color (decimal): -14603994 or 2500897. OLE color: 2500897.

HSL color Cylindrical-coordinate representation of color #212926: hue angle of 157.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 #212926 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB334138-
CMYK0.2000.070.84
HSL157.5º10.81%14.51%-
HSV(B)157.5º19.51%16.08%-
XYZ1.772.052.14-
YUV38.27127.85124.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=29.46%
G=36.61%
B=33.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341380.2000.070.84157.510.8114.51
Hex2129261407549dbf
Octal41514624071242351317
Binary10000110100110011010100011110101001001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212926; }

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

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

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

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

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

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

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

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