Html Css Color HEX #1F7E4B Salem

📋 copy color: '#1F7E4B'

red 31 ◦ green 126 ◦ blue 75

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

Shades of Salem #1F7E4B

Tints of Salem #1F7E4B

RGB

 RED value IS 31 (12.5% from 255) = 13.36%

 GREEN value IS 126 (49.61% from 255) = 54.31%

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

R = 13.36%
G = 54.31%
B = 32.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#1F7E4B (or 0x1F7E4B) is known color: Salem. HEX triplet: 1F, 7E and 4B. RGB value is (31,126,75). Sum of RGB (Red+Green+Blue) = 31+126+75=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E4B is #E081B4. Grayscale: #5B5B5B. Windows color (decimal): -14713269 or 4947487. OLE color: 4947487.

HSL color Cylindrical-coordinate representation of color #1F7E4B: hue angle of 147.79º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E4B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 126 75 -
CMYK 0.75 0 0.40 0.51
HSL 147.79º 0.61% 0.31% -
HSV(B) 147.79º 0.75% 0.49% -
XYZ 9.3 15.72 9.2 -
YUV 91.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 31 126 75 0.75 0 0.40 0.51 147.79 0.61 0.31
Hex 1F 7E 4B 4B 0 28 33 94 3D 1F
Octal 37 176 113 113 0 50 63 224 75 37
Binary 11111 1111110 1001011 1001011 0 101000 110011 10010100 111101 11111

Color Harmonies of #1F7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7E4B

Black with #1F7E4B

Text Example


Text Example

White with #1F7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,75); }

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

background-color css

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

 a { background-color: rgb(31,126,75); }

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

border-color css

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

 span { border-color: rgb(31,126,75); }

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