Html Css Color HEX #1D3832 Racing Green

📋 copy color: '#1D3832'

red 29 ◦ green 56 ◦ blue 50

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

Shades of Racing Green #1D3832

Tints of Racing Green #1D3832

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 value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#1D3832 (or 0x1D3832) is known color: 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

RGB 29 56 50 -
CMYK 0.48 0 0.11 0.78
HSL 166.67º 0.32% 0.17% -
HSV(B) 166.67º 0.48% 0.22% -
XYZ 2.5 3.32 3.53 -
YUV 47.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 29 56 50 0.48 0 0.11 0.78 166.67 0.32 0.17
Hex 1D 38 32 30 0 B 4E A7 20 11
Octal 35 70 62 60 0 13 116 247 40 21
Binary 11101 111000 110010 110000 0 1011 1001110 10100111 100000 10001

Color Harmonies of #1D3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3832

Black with #1D3832

Text Example


Text Example

White with #1D3832

Text Example


Text Example

HTML Codes & Css Web 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>