Html Css Color HEX #1F5E4F Evening Sea

📋 copy color: '#1F5E4F'

red 31 ◦ green 94 ◦ blue 79

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

Shades of Evening Sea #1F5E4F

Tints of Evening Sea #1F5E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.08%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 15.2%
G = 46.08%
B = 38.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#1F5E4F (or 0x1F5E4F) is known color: Evening Sea. HEX triplet: 1F, 5E and 4F. RGB value is (31,94,79). Sum of RGB (Red+Green+Blue) = 31+94+79=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E4F is #E0A1B0. Grayscale: #494949. Windows color (decimal): -14721457 or 5201439. OLE color: 5201439.

HSL color Cylindrical-coordinate representation of color #1F5E4F: hue angle of 165.71º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E4F is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 94 79 -
CMYK 0.67 0 0.16 0.63
HSL 165.71º 0.5% 0.25% -
HSV(B) 165.71º 0.67% 0.37% -
XYZ 5.98 8.86 8.79 -
YUV 73.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 31 94 79 0.67 0 0.16 0.63 165.71 0.5 0.25
Hex 1F 5E 4F 43 0 10 3F A6 32 19
Octal 37 136 117 103 0 20 77 246 62 31
Binary 11111 1011110 1001111 1000011 0 10000 111111 10100110 110010 11001

Color Harmonies of #1F5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5E4F

Black with #1F5E4F

Text Example


Text Example

White with #1F5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,94,79); }

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

background-color css

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

 a { background-color: rgb(31,94,79); }

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

border-color css

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

 span { border-color: rgb(31,94,79); }

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