#1D352D

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

Shades of Racing Green #1D352D

Tints of Racing Green #1D352D

Color information

#1D352D (or 0x1D352D) is unknown color: approx Racing Green. HEX triplet: 1D, 35 and 2D. RGB value is (29,53,45). Sum of RGB (Red+Green+Blue) = 29+53+45=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352D is #E2CAD2. Grayscale: #2C2C2C. Windows color (decimal): -14863059 or 2962717. OLE color: 2962717.

HSL color Cylindrical-coordinate representation of color #1D352D: hue angle of 160º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D352D is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB295345-
CMYK0.4500.150.79
HSL160º29.27%16.08%-
HSV(B)160º45.28%20.78%-
XYZ2.2532.94-
YUV44.91128.05116.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.83%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=22.83%
G=41.73%
B=35.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953450.4500.150.7916029.2716.08
Hex1D352D2D0F4Fa01d10
Octal356555550171172403520
Binary11101110101101101101101011111001111101000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,45); }

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

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

 a { background-color: rgb(29,53,45); }

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

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

 span { border-color: rgb(29,53,45); }

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