Html Css Color HEX #1F604F Evening Sea

📋 copy color: '#1F604F'

red 31 ◦ green 96 ◦ blue 79

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

Shades of Evening Sea #1F604F

Tints of Evening Sea #1F604F

RGB

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

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

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

R = 15.05%
G = 46.6%
B = 38.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#1F604F (or 0x1F604F) is known color: Evening Sea. HEX triplet: 1F, 60 and 4F. RGB value is (31,96,79). Sum of RGB (Red+Green+Blue) = 31+96+79=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F604F is #E09FB0. Grayscale: #4A4A4A. Windows color (decimal): -14720945 or 5201951. OLE color: 5201951.

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

Color convert

RGB 31 96 79 -
CMYK 0.68 0 0.18 0.62
HSL 164.31º 0.51% 0.25% -
HSV(B) 164.31º 0.68% 0.38% -
XYZ 6.16 9.22 8.85 -
YUV 74.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 31 96 79 0.68 0 0.18 0.62 164.31 0.51 0.25
Hex 1F 60 4F 44 0 12 3E A4 33 19
Octal 37 140 117 104 0 22 76 244 63 31
Binary 11111 1100000 1001111 1000100 0 10010 111110 10100100 110011 11001

Color Harmonies of #1F604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F604F

Black with #1F604F

Text Example


Text Example

White with #1F604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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