Html Css Color HEX #1D3A32 Racing Green

📋 copy color: '#1D3A32'

red 29 ◦ green 58 ◦ blue 50

#1D3A32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #1D3A32

Tints of Racing Green #1D3A32

RGB

 RED value IS 29 (11.72% from 255) = 21.17%

 GREEN value IS 58 (23.05% from 255) = 42.34%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 21.17%
G = 42.34%
B = 36.5%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#1D3A32 (or 0x1D3A32) is known color: Racing Green. HEX triplet: 1D, 3A and 32. RGB value is (29,58,50). Sum of RGB (Red+Green+Blue) = 29+58+50=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A32 is #E2C5CD. Grayscale: #303030. Windows color (decimal): -14861774 or 3291677. OLE color: 3291677.

HSL color Cylindrical-coordinate representation of color #1D3A32: hue angle of 163.45º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A32 is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 58 50 -
CMYK 0.5 0 0.14 0.77
HSL 163.45º 0.33% 0.17% -
HSV(B) 163.45º 0.5% 0.23% -
XYZ 2.6 3.52 3.56 -
YUV 48.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 29 58 50 0.5 0 0.14 0.77 163.45 0.33 0.17
Hex 1D 3A 32 32 0 E 4D A3 21 11
Octal 35 72 62 62 0 16 115 243 41 21
Binary 11101 111010 110010 110010 0 1110 1001101 10100011 100001 10001

Color Harmonies of #1D3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A32

Black with #1D3A32

Text Example


Text Example

White with #1D3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3A32;
 }
 .AnyTagClassName
 {
   color: #1D3A32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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