#1D3831

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

Shades of Racing Green #1D3831

Tints of Racing Green #1D3831

Color information

#1D3831 (or 0x1D3831) is unknown color: approx Racing Green. HEX triplet: 1D, 38 and 31. RGB value is (29,56,49). Sum of RGB (Red+Green+Blue) = 29+56+49=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3831 is #E2C7CE. Grayscale: #2F2F2F. Windows color (decimal): -14862287 or 3225629. OLE color: 3225629.

HSL color Cylindrical-coordinate representation of color #1D3831: hue angle of 164.44º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D3831 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB295649-
CMYK0.4800.120.78
HSL164.44º31.76%16.67%-
HSV(B)164.44º48.21%21.96%-
XYZ2.483.313.41-
YUV47.13129.05115.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=21.64%
G=41.79%
B=36.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956490.4800.120.78164.4431.7616.67
Hex1D3831300C4Ea42011
Octal357061600141162444021
Binary111011110001100011100000110010011101010010010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,49); }

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

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

 a { background-color: rgb(29,56,49); }

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

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

 span { border-color: rgb(29,56,49); }

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