#222D29

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

Shades of Racing Green #222D29

Tints of Racing Green #222D29

Color information

#222D29 (or 0x222D29) is unknown color: approx Racing Green. HEX triplet: 22, 2D and 29. RGB value is (34,45,41). Sum of RGB (Red+Green+Blue) = 34+45+41=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 45 - color contains mainly: green. Hex color #222D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D29 is #DDD2D6. Grayscale: #292929. Windows color (decimal): -14537431 or 2698530. OLE color: 2698530.

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

Color convert

RGB344541-
CMYK0.2400.090.82
HSL158.18º13.92%15.49%-
HSV(B)158.18º24.44%17.65%-
XYZ22.382.45-
YUV41.26127.86122.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=28.33%
G=37.5%
B=34.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445410.2400.090.82158.1813.9215.49
Hex222D291809529eef
Octal425551300111222361617
Binary100010101101101001110000100110100101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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