#1D322B

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

Shades of Racing Green #1D322B

Tints of Racing Green #1D322B

Color information

#1D322B (or 0x1D322B) is unknown color: approx Racing Green. HEX triplet: 1D, 32 and 2B. RGB value is (29,50,43). Sum of RGB (Red+Green+Blue) = 29+50+43=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #1D322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D322B is #E2CDD4. Grayscale: #2A2A2A. Windows color (decimal): -14863829 or 2830877. OLE color: 2830877.

HSL color Cylindrical-coordinate representation of color #1D322B: hue angle of 160º 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 #1D322B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB295043-
CMYK0.4200.140.80
HSL160º26.58%15.49%-
HSV(B)160º42%19.61%-
XYZ2.082.722.7-
YUV42.92128.04118.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.77%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=23.77%
G=40.98%
B=35.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950430.4200.140.8016026.5815.49
Hex1D322B2A0E50a01bf
Octal356253520161202403317
Binary1110111001010101110101001110101000010100000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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