#1D2A28

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

Shades of Racing Green #1D2A28

Tints of Racing Green #1D2A28

Color information

#1D2A28 (or 0x1D2A28) is unknown color: approx Racing Green. HEX triplet: 1D, 2A and 28. RGB value is (29,42,40). Sum of RGB (Red+Green+Blue) = 29+42+40=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #1D2A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2A28 is #E2D5D7. Grayscale: #252525. Windows color (decimal): -14865880 or 2632221. OLE color: 2632221.

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

Color convert

RGB294240-
CMYK0.3100.050.84
HSL170.77º18.31%13.92%-
HSV(B)170.77º30.95%16.47%-
XYZ1.722.072.32-
YUV37.89129.19121.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=26.13%
G=37.84%
B=36.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2942400.3100.050.84170.7718.3113.92
Hex1D2A281F0554ab12e
Octal35525037051242532216
Binary11101101010101000111110101101010010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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