#1D322E

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

Shades of Racing Green #1D322E

Tints of Racing Green #1D322E

Color information

#1D322E (or 0x1D322E) is unknown color: approx Racing Green. HEX triplet: 1D, 32 and 2E. RGB value is (29,50,46). Sum of RGB (Red+Green+Blue) = 29+50+46=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #1D322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D322E is #E2CDD1. Grayscale: #2B2B2B. Windows color (decimal): -14863826 or 3027485. OLE color: 3027485.

HSL color Cylindrical-coordinate representation of color #1D322E: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D322E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB295046-
CMYK0.4200.080.80
HSL168.57º26.58%15.49%-
HSV(B)168.57º42%19.61%-
XYZ2.142.743-
YUV43.26129.54117.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=23.2%
G=40%
B=36.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950460.4200.080.80168.5726.5815.49
Hex1D322E2A0850a91bf
Octal356256520101202513317
Binary1110111001010111010101001000101000010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,46); }

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

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

 a { background-color: rgb(29,50,46); }

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

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

 span { border-color: rgb(29,50,46); }

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