#1D2927

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

Shades of Racing Green #1D2927

Tints of Racing Green #1D2927

Color information

#1D2927 (or 0x1D2927) is unknown color: approx Racing Green. HEX triplet: 1D, 29 and 27. RGB value is (29,41,39). Sum of RGB (Red+Green+Blue) = 29+41+39=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2927 is #E2D6D8. Grayscale: #252525. Windows color (decimal): -14866137 or 2566429. OLE color: 2566429.

HSL color Cylindrical-coordinate representation of color #1D2927: hue angle of 170º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2927 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB294139-
CMYK0.2900.050.84
HSL170º17.14%13.73%-
HSV(B)170º29.27%16.08%-
XYZ1.671.992.22-
YUV37.18129.02122.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.61%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=26.61%
G=37.61%
B=35.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941390.2900.050.8417017.1413.73
Hex1D29271D0554aa11e
Octal35514735051242522116
Binary11101101001100111111010101101010010101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,39); }

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

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

 a { background-color: rgb(29,41,39); }

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

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

 span { border-color: rgb(29,41,39); }

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