#1D2221

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

Shades of Racing Green #1D2221

Tints of Racing Green #1D2221

Color information

#1D2221 (or 0x1D2221) is unknown color: approx Racing Green. HEX triplet: 1D, 22 and 21. RGB value is (29,34,33). Sum of RGB (Red+Green+Blue) = 29+34+33=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2221 is #E2DDDE. Grayscale: #202020. Windows color (decimal): -14867935 or 2171421. OLE color: 2171421.

HSL color Cylindrical-coordinate representation of color #1D2221: hue angle of 168º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D2221 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB293433-
CMYK0.1500.030.87
HSL168º7.94%12.35%-
HSV(B)168º14.71%13.33%-
XYZ1.351.521.66-
YUV32.39128.34125.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=30.21%
G=35.42%
B=34.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934330.1500.030.871687.9412.35
Hex1D2221F0357a88c
Octal35424117031272501014
Binary11101100010100001111101110101111010100010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2221; }

 p { color: rgb(29,34,33); }

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

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

 a { background-color: rgb(29,34,33); }

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

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

 span { border-color: rgb(29,34,33); }

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