#1D2925

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

Shades of Racing Green #1D2925

Tints of Racing Green #1D2925

Color information

#1D2925 (or 0x1D2925) is unknown color: approx Racing Green. HEX triplet: 1D, 29 and 25. RGB value is (29,41,37). Sum of RGB (Red+Green+Blue) = 29+41+37=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2925 is #E2D6DA. Grayscale: #242424. Windows color (decimal): -14866139 or 2435357. OLE color: 2435357.

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

Color convert

RGB294137-
CMYK0.2900.100.84
HSL160º17.14%13.73%-
HSV(B)160º29.27%16.08%-
XYZ1.631.982.05-
YUV36.96128.02122.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.10%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=27.10%
G=38.32%
B=34.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941370.2900.100.8416017.1413.73
Hex1D29251D0A54a011e
Octal355145350121242402116
Binary111011010011001011110101010101010010100000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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