#1D3832

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

Shades of Racing Green #1D3832

Tints of Racing Green #1D3832

Color information

#1D3832 (or 0x1D3832) is unknown color: approx Racing Green. HEX triplet: 1D, 38 and 32. RGB value is (29,56,50). Sum of RGB (Red+Green+Blue) = 29+56+50=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3832 is #E2C7CD. Grayscale: #2F2F2F. Windows color (decimal): -14862286 or 3291165. OLE color: 3291165.

HSL color Cylindrical-coordinate representation of color #1D3832: hue angle of 166.67º 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 #1D3832 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB295650-
CMYK0.4800.110.78
HSL166.67º31.76%16.67%-
HSV(B)166.67º48.21%21.96%-
XYZ2.53.323.53-
YUV47.24129.55114.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.48%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=21.48%
G=41.48%
B=37.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956500.4800.110.78166.6731.7616.67
Hex1D3832300B4Ea72011
Octal357062600131162474021
Binary111011110001100101100000101110011101010011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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