Html Css Color HEX #1F6149 Evening Sea

📋 copy color: '#1F6149'

red 31 ◦ green 97 ◦ blue 73

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

Shades of Evening Sea #1F6149

Tints of Evening Sea #1F6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

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

R = 15.42%
G = 48.26%
B = 36.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#1F6149 (or 0x1F6149) is known color: Evening Sea. HEX triplet: 1F, 61 and 49. RGB value is (31,97,73). Sum of RGB (Red+Green+Blue) = 31+97+73=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6149 is #E09EB6. Grayscale: #4A4A4A. Windows color (decimal): -14720695 or 4808991. OLE color: 4808991.

HSL color Cylindrical-coordinate representation of color #1F6149: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6149 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 97 73 -
CMYK 0.68 0 0.25 0.62
HSL 158.18º 0.52% 0.25% -
HSV(B) 158.18º 0.68% 0.38% -
XYZ 6.04 9.32 7.78 -
YUV 74.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 31 97 73 0.68 0 0.25 0.62 158.18 0.52 0.25
Hex 1F 61 49 44 0 19 3E 9E 34 19
Octal 37 141 111 104 0 31 76 236 64 31
Binary 11111 1100001 1001001 1000100 0 11001 111110 10011110 110100 11001

Color Harmonies of #1F6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6149

Black with #1F6149

Text Example


Text Example

White with #1F6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,73); }

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

background-color css

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

 a { background-color: rgb(31,97,73); }

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

border-color css

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

 span { border-color: rgb(31,97,73); }

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