#1D2D27

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

Shades of Racing Green #1D2D27

Tints of Racing Green #1D2D27

Color information

#1D2D27 (or 0x1D2D27) is unknown color: approx Racing Green. HEX triplet: 1D, 2D and 27. RGB value is (29,45,39). Sum of RGB (Red+Green+Blue) = 29+45+39=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D27 is #E2D2D8. Grayscale: #272727. Windows color (decimal): -14865113 or 2567453. OLE color: 2567453.

HSL color Cylindrical-coordinate representation of color #1D2D27: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2D27 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB294539-
CMYK0.3600.130.82
HSL157.5º21.62%14.51%-
HSV(B)157.5º35.56%17.65%-
XYZ1.812.282.26-
YUV39.53127.7120.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=25.66%
G=39.82%
B=34.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2945390.3600.130.82157.521.6214.51
Hex1D2D27240D529e16f
Octal355547440151222362617
Binary1110110110110011110010001101101001010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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