Html Css Color HEX #1F775E Deep Sea

📋 copy color: '#1F775E'

red 31 ◦ green 119 ◦ blue 94

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

Shades of Deep Sea #1F775E

Tints of Deep Sea #1F775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 12.7%
G = 48.77%
B = 38.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#1F775E (or 0x1F775E) is known color: Deep Sea. HEX triplet: 1F, 77 and 5E. RGB value is (31,119,94). Sum of RGB (Red+Green+Blue) = 31+119+94=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #1F775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F775E is #E088A1. Grayscale: #595959. Windows color (decimal): -14715042 or 6190879. OLE color: 6190879.

HSL color Cylindrical-coordinate representation of color #1F775E: hue angle of 162.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F775E is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 94 -
CMYK 0.74 0 0.21 0.53
HSL 162.95º 0.59% 0.29% -
HSV(B) 162.95º 0.74% 0.47% -
XYZ 9.18 14.29 12.86 -
YUV 89.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 31 119 94 0.74 0 0.21 0.53 162.95 0.59 0.29
Hex 1F 77 5E 4A 0 15 35 A3 3B 1D
Octal 37 167 136 112 0 25 65 243 73 35
Binary 11111 1110111 1011110 1001010 0 10101 110101 10100011 111011 11101

Color Harmonies of #1F775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F775E

Black with #1F775E

Text Example


Text Example

White with #1F775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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