Html Css Color HEX #1E7251 Salem

📋 copy color: '#1E7251'

red 30 ◦ green 114 ◦ blue 81

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

Shades of Salem #1E7251

Tints of Salem #1E7251

RGB

 RED value IS 30 (12.11% from 255) = 13.33%

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

 BLUE value IS 81 (32.03% from 255) = 36%

R = 13.33%
G = 50.67%
B = 36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#1E7251 (or 0x1E7251) is known color: Salem. HEX triplet: 1E, 72 and 51. RGB value is (30,114,81). Sum of RGB (Red+Green+Blue) = 30+114+81=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7251 is #E18DAE. Grayscale: #555555. Windows color (decimal): -14781871 or 5337630. OLE color: 5337630.

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

Color convert

RGB 30 114 81 -
CMYK 0.74 0 0.29 0.55
HSL 156.43º 0.58% 0.28% -
HSV(B) 156.43º 0.74% 0.45% -
XYZ 8.04 12.9 9.85 -
YUV 85.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 30 114 81 0.74 0 0.29 0.55 156.43 0.58 0.28
Hex 1E 72 51 4A 0 1D 37 9C 3A 1C
Octal 36 162 121 112 0 35 67 234 72 34
Binary 11110 1110010 1010001 1001010 0 11101 110111 10011100 111010 11100

Color Harmonies of #1E7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7251

Black with #1E7251

Text Example


Text Example

White with #1E7251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,114,81); }

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

background-color css

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

 a { background-color: rgb(30,114,81); }

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

border-color css

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

 span { border-color: rgb(30,114,81); }

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