#212D29

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

Shades of Racing Green #212D29

Tints of Racing Green #212D29

Color information

#212D29 (or 0x212D29) is unknown color: approx Racing Green. HEX triplet: 21, 2D and 29. RGB value is (33,45,41). Sum of RGB (Red+Green+Blue) = 33+45+41=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 45 - color contains mainly: green. Hex color #212D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D29 is #DED2D6. Grayscale: #282828. Windows color (decimal): -14602967 or 2698529. OLE color: 2698529.

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

Color convert

RGB334541-
CMYK0.2700.090.82
HSL160º15.38%15.29%-
HSV(B)160º26.67%17.65%-
XYZ1.972.362.45-
YUV40.96128.02122.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=27.73%
G=37.82%
B=34.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345410.2700.090.8216015.3815.29
Hex212D291B0952a0ff
Octal415551330111222401717
Binary100001101101101001110110100110100101010000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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