#1D2D2A

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

Shades of Racing Green #1D2D2A

Tints of Racing Green #1D2D2A

Color information

#1D2D2A (or 0x1D2D2A) is unknown color: approx Racing Green. HEX triplet: 1D, 2D and 2A. RGB value is (29,45,42). Sum of RGB (Red+Green+Blue) = 29+45+42=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D2A is #E2D2D5. Grayscale: #272727. Windows color (decimal): -14865110 or 2764061. OLE color: 2764061.

HSL color Cylindrical-coordinate representation of color #1D2D2A: hue angle of 168.75º 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 #1D2D2A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB294542-
CMYK0.3600.070.82
HSL168.75º21.62%14.51%-
HSV(B)168.75º35.56%17.65%-
XYZ1.862.312.54-
YUV39.87129.2120.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=25%
G=38.79%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2945420.3600.070.82168.7521.6214.51
Hex1D2D2A240752a916f
Octal35555244071222512617
Binary111011011011010101001000111101001010101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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