Html Css Color HEX #1B5F49 Evening Sea

📋 copy color: '#1B5F49'

red 27 ◦ green 95 ◦ blue 73

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

Shades of Evening Sea #1B5F49

Tints of Evening Sea #1B5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.72%

 BLUE value IS 73 (28.91% from 255) = 37.44%

R = 13.85%
G = 48.72%
B = 37.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#1B5F49 (or 0x1B5F49) is known color: Evening Sea. HEX triplet: 1B, 5F and 49. RGB value is (27,95,73). Sum of RGB (Red+Green+Blue) = 27+95+73=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F49 is #E4A0B6. Grayscale: #484848. Windows color (decimal): -14983351 or 4808475. OLE color: 4808475.

HSL color Cylindrical-coordinate representation of color #1B5F49: hue angle of 160.59º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F49 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 27 95 73 -
CMYK 0.72 0 0.23 0.63
HSL 160.59º 0.56% 0.24% -
HSV(B) 160.59º 0.72% 0.37% -
XYZ 5.75 8.9 7.72 -
YUV 72.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 27 95 73 0.72 0 0.23 0.63 160.59 0.56 0.24
Hex 1B 5F 49 48 0 17 3F A1 38 18
Octal 33 137 111 110 0 27 77 241 70 30
Binary 11011 1011111 1001001 1001000 0 10111 111111 10100001 111000 11000

Color Harmonies of #1B5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5F49

Black with #1B5F49

Text Example


Text Example

White with #1B5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,95,73); }

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

background-color css

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

 a { background-color: rgb(27,95,73); }

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

border-color css

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

 span { border-color: rgb(27,95,73); }

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