#1D2A27

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

Shades of Racing Green #1D2A27

Tints of Racing Green #1D2A27

Color information

#1D2A27 (or 0x1D2A27) is unknown color: approx Racing Green. HEX triplet: 1D, 2A and 27. RGB value is (29,42,39). Sum of RGB (Red+Green+Blue) = 29+42+39=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #1D2A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2A27 is #E2D5D8. Grayscale: #252525. Windows color (decimal): -14865881 or 2566685. OLE color: 2566685.

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

Color convert

RGB294239-
CMYK0.3100.070.84
HSL166.15º18.31%13.92%-
HSV(B)166.15º30.95%16.47%-
XYZ1.72.062.23-
YUV37.77128.69121.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=26.36%
G=38.18%
B=35.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2942390.3100.070.84166.1518.3113.92
Hex1D2A271F0754a612e
Octal35524737071242462216
Binary11101101010100111111110111101010010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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