Html Css Color HEX #1F694F Evening Sea

📋 copy color: '#1F694F'

red 31 ◦ green 105 ◦ blue 79

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

Shades of Evening Sea #1F694F

Tints of Evening Sea #1F694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.84%

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

R = 14.42%
G = 48.84%
B = 36.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#1F694F (or 0x1F694F) is known color: Evening Sea. HEX triplet: 1F, 69 and 4F. RGB value is (31,105,79). Sum of RGB (Red+Green+Blue) = 31+105+79=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #1F694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F694F is #E096B0. Grayscale: #4F4F4F. Windows color (decimal): -14718641 or 5204255. OLE color: 5204255.

HSL color Cylindrical-coordinate representation of color #1F694F: hue angle of 158.92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F694F is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 105 79 -
CMYK 0.70 0 0.25 0.59
HSL 158.92º 0.54% 0.27% -
HSV(B) 158.92º 0.7% 0.41% -
XYZ 7.03 10.96 9.14 -
YUV 79.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 31 105 79 0.70 0 0.25 0.59 158.92 0.54 0.27
Hex 1F 69 4F 46 0 19 3B 9F 36 1B
Octal 37 151 117 106 0 31 73 237 66 33
Binary 11111 1101001 1001111 1000110 0 11001 111011 10011111 110110 11011

Color Harmonies of #1F694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F694F

Black with #1F694F

Text Example


Text Example

White with #1F694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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