Html Css Color HEX #1F5B48 Evening Sea

📋 copy color: '#1F5B48'

red 31 ◦ green 91 ◦ blue 72

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

Shades of Evening Sea #1F5B48

Tints of Evening Sea #1F5B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.91%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 15.98%
G = 46.91%
B = 37.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#1F5B48 (or 0x1F5B48) is known color: Evening Sea. HEX triplet: 1F, 5B and 48. RGB value is (31,91,72). Sum of RGB (Red+Green+Blue) = 31+91+72=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B48 is #E0A4B7. Grayscale: #464646. Windows color (decimal): -14722232 or 4741919. OLE color: 4741919.

HSL color Cylindrical-coordinate representation of color #1F5B48: hue angle of 161º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B48 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 91 72 -
CMYK 0.66 0 0.21 0.64
HSL 161º 0.49% 0.24% -
HSV(B) 161º 0.66% 0.36% -
XYZ 5.48 8.24 7.43 -
YUV 70.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 31 91 72 0.66 0 0.21 0.64 161 0.49 0.24
Hex 1F 5B 48 42 0 15 40 A1 31 18
Octal 37 133 110 102 0 25 100 241 61 30
Binary 11111 1011011 1001000 1000010 0 10101 1000000 10100001 110001 11000

Color Harmonies of #1F5B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5B48

Black with #1F5B48

Text Example


Text Example

White with #1F5B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,91,72); }

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

background-color css

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

 a { background-color: rgb(31,91,72); }

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

border-color css

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

 span { border-color: rgb(31,91,72); }

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