Html Css Color HEX #1F6049 Evening Sea

📋 copy color: '#1F6049'

red 31 ◦ green 96 ◦ blue 73

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

Shades of Evening Sea #1F6049

Tints of Evening Sea #1F6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

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

R = 15.5%
G = 48%
B = 36.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#1F6049 (or 0x1F6049) is known color: Evening Sea. HEX triplet: 1F, 60 and 49. RGB value is (31,96,73). Sum of RGB (Red+Green+Blue) = 31+96+73=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6049 is #E09FB6. Grayscale: #494949. Windows color (decimal): -14720951 or 4808735. OLE color: 4808735.

HSL color Cylindrical-coordinate representation of color #1F6049: hue angle of 158.77º degrees, saturation: 0.51, 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 #1F6049 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 73 -
CMYK 0.68 0 0.24 0.62
HSL 158.77º 0.51% 0.25% -
HSV(B) 158.77º 0.68% 0.38% -
XYZ 5.95 9.14 7.75 -
YUV 73.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 31 96 73 0.68 0 0.24 0.62 158.77 0.51 0.25
Hex 1F 60 49 44 0 18 3E 9F 33 19
Octal 37 140 111 104 0 30 76 237 63 31
Binary 11111 1100000 1001001 1000100 0 11000 111110 10011111 110011 11001

Color Harmonies of #1F6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6049

Black with #1F6049

Text Example


Text Example

White with #1F6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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