Html Css Color HEX #1B8259 Salem

📋 copy color: '#1B8259'

red 27 ◦ green 130 ◦ blue 89

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

Shades of Salem #1B8259

Tints of Salem #1B8259

RGB

 RED value IS 27 (10.94% from 255) = 10.98%

 GREEN value IS 130 (51.17% from 255) = 52.85%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 10.98%
G = 52.85%
B = 36.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#1B8259 (or 0x1B8259) is known color: Salem. HEX triplet: 1B, 82 and 59. RGB value is (27,130,89). Sum of RGB (Red+Green+Blue) = 27+130+89=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8259 is #E47DA6. Grayscale: #5E5E5E. Windows color (decimal): -14974375 or 5866011. OLE color: 5866011.

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

Color convert

RGB 27 130 89 -
CMYK 0.79 0 0.32 0.49
HSL 156.12º 0.66% 0.31% -
HSV(B) 156.12º 0.79% 0.51% -
XYZ 10.24 16.92 12.18 -
YUV 94.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 27 130 89 0.79 0 0.32 0.49 156.12 0.66 0.31
Hex 1B 82 59 4F 0 20 31 9C 42 1F
Octal 33 202 131 117 0 40 61 234 102 37
Binary 11011 10000010 1011001 1001111 0 100000 110001 10011100 1000010 11111

Color Harmonies of #1B8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8259

Black with #1B8259

Text Example


Text Example

White with #1B8259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,130,89); }

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

background-color css

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

 a { background-color: rgb(27,130,89); }

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

border-color css

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

 span { border-color: rgb(27,130,89); }

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