Html Css Color HEX #1F874C Salem

📋 copy color: '#1F874C'

red 31 ◦ green 135 ◦ blue 76

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

Shades of Salem #1F874C

Tints of Salem #1F874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 12.81%
G = 55.79%
B = 31.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#1F874C (or 0x1F874C) is known color: Salem. HEX triplet: 1F, 87 and 4C. RGB value is (31,135,76). Sum of RGB (Red+Green+Blue) = 31+135+76=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #1F874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F874C is #E078B3. Grayscale: #616161. Windows color (decimal): -14710964 or 5015327. OLE color: 5015327.

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

Color convert

RGB 31 135 76 -
CMYK 0.77 0 0.44 0.47
HSL 145.96º 0.63% 0.33% -
HSV(B) 145.96º 0.77% 0.53% -
XYZ 10.53 18.14 9.78 -
YUV 97.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 31 135 76 0.77 0 0.44 0.47 145.96 0.63 0.33
Hex 1F 87 4C 4D 0 2C 2F 92 3F 21
Octal 37 207 114 115 0 54 57 222 77 41
Binary 11111 10000111 1001100 1001101 0 101100 101111 10010010 111111 100001

Color Harmonies of #1F874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F874C

Black with #1F874C

Text Example


Text Example

White with #1F874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,135,76); }

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

background-color css

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

 a { background-color: rgb(31,135,76); }

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

border-color css

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

 span { border-color: rgb(31,135,76); }

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