#1D2321

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

Shades of Racing Green #1D2321

Tints of Racing Green #1D2321

Color information

#1D2321 (or 0x1D2321) is unknown color: approx Racing Green. HEX triplet: 1D, 23 and 21. RGB value is (29,35,33). Sum of RGB (Red+Green+Blue) = 29+35+33=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2321 is #E2DCDE. Grayscale: #202020. Windows color (decimal): -14867679 or 2171677. OLE color: 2171677.

HSL color Cylindrical-coordinate representation of color #1D2321: hue angle of 160º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D2321 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB293533-
CMYK0.1700.060.86
HSL160º9.38%12.55%-
HSV(B)160º17.14%13.73%-
XYZ1.381.571.67-
YUV32.98128.01125.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=29.90%
G=36.08%
B=34.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2935330.1700.060.861609.3812.55
Hex1D2321110656a09d
Octal35434121061262401115
Binary1110110001110000110001011010101101010000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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