Html Css Color HEX #1D754B Salem

📋 copy color: '#1D754B'

red 29 ◦ green 117 ◦ blue 75

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

Shades of Salem #1D754B

Tints of Salem #1D754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 13.12%
G = 52.94%
B = 33.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#1D754B (or 0x1D754B) is known color: Salem. HEX triplet: 1D, 75 and 4B. RGB value is (29,117,75). Sum of RGB (Red+Green+Blue) = 29+117+75=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #1D754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D754B is #E28AB4. Grayscale: #555555. Windows color (decimal): -14846645 or 4945181. OLE color: 4945181.

HSL color Cylindrical-coordinate representation of color #1D754B: hue angle of 151.36º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D754B is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 75 -
CMYK 0.75 0 0.36 0.54
HSL 151.36º 0.6% 0.29% -
HSV(B) 151.36º 0.75% 0.46% -
XYZ 8.14 13.49 8.83 -
YUV 85.9 121.85 87.42 -
System Red Green Blue C M Y K H S L
Decimal 29 117 75 0.75 0 0.36 0.54 151.36 0.6 0.29
Hex 1D 75 4B 4B 0 24 36 97 3C 1D
Octal 35 165 113 113 0 44 66 227 74 35
Binary 11101 1110101 1001011 1001011 0 100100 110110 10010111 111100 11101

Color Harmonies of #1D754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D754B

Black with #1D754B

Text Example


Text Example

White with #1D754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,75); }

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

background-color css

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

 a { background-color: rgb(29,117,75); }

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

border-color css

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

 span { border-color: rgb(29,117,75); }

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