Html Css Color HEX #1D7F47 Salem

📋 copy color: '#1D7F47'

red 29 ◦ green 127 ◦ blue 71

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

Shades of Salem #1D7F47

Tints of Salem #1D7F47

RGB

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

 GREEN value IS 127 (50% from 255) = 55.95%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 12.78%
G = 55.95%
B = 31.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#1D7F47 (or 0x1D7F47) is known color: Salem. HEX triplet: 1D, 7F and 47. RGB value is (29,127,71). Sum of RGB (Red+Green+Blue) = 29+127+71=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F47 is #E280B8. Grayscale: #5B5B5B. Windows color (decimal): -14844089 or 4685597. OLE color: 4685597.

HSL color Cylindrical-coordinate representation of color #1D7F47: hue angle of 145.71º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F47 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 127 71 -
CMYK 0.77 0 0.44 0.50
HSL 145.71º 0.63% 0.31% -
HSV(B) 145.71º 0.77% 0.5% -
XYZ 9.23 15.89 8.54 -
YUV 91.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 29 127 71 0.77 0 0.44 0.50 145.71 0.63 0.31
Hex 1D 7F 47 4D 0 2C 32 92 3F 1F
Octal 35 177 107 115 0 54 62 222 77 37
Binary 11101 1111111 1000111 1001101 0 101100 110010 10010010 111111 11111

Color Harmonies of #1D7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F47

Black with #1D7F47

Text Example


Text Example

White with #1D7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,71); }

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

background-color css

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

 a { background-color: rgb(29,127,71); }

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

border-color css

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

 span { border-color: rgb(29,127,71); }

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