Html Css Color HEX #1D7253 Salem

📋 copy color: '#1D7253'

red 29 ◦ green 114 ◦ blue 83

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

Shades of Salem #1D7253

Tints of Salem #1D7253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 12.83%
G = 50.44%
B = 36.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#1D7253 (or 0x1D7253) is known color: Salem. HEX triplet: 1D, 72 and 53. RGB value is (29,114,83). Sum of RGB (Red+Green+Blue) = 29+114+83=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7253 is #E28DAC. Grayscale: #555555. Windows color (decimal): -14847405 or 5468701. OLE color: 5468701.

HSL color Cylindrical-coordinate representation of color #1D7253: hue angle of 158.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7253 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 114 83 -
CMYK 0.75 0 0.27 0.55
HSL 158.12º 0.59% 0.28% -
HSV(B) 158.12º 0.75% 0.45% -
XYZ 8.09 12.92 10.25 -
YUV 85.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 29 114 83 0.75 0 0.27 0.55 158.12 0.59 0.28
Hex 1D 72 53 4B 0 1B 37 9E 3B 1C
Octal 35 162 123 113 0 33 67 236 73 34
Binary 11101 1110010 1010011 1001011 0 11011 110111 10011110 111011 11100

Color Harmonies of #1D7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7253

Black with #1D7253

Text Example


Text Example

White with #1D7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,114,83); }

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

background-color css

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

 a { background-color: rgb(29,114,83); }

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

border-color css

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

 span { border-color: rgb(29,114,83); }

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