Html Css Color HEX #1F5D50 Eden

📋 copy color: '#1F5D50'

red 31 ◦ green 93 ◦ blue 80

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

Shades of Eden #1F5D50

Tints of Eden #1F5D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.59%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 15.2%
G = 45.59%
B = 39.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#1F5D50 (or 0x1F5D50) is known color: Eden. HEX triplet: 1F, 5D and 50. RGB value is (31,93,80). Sum of RGB (Red+Green+Blue) = 31+93+80=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D50 is #E0A2AF. Grayscale: #484848. Windows color (decimal): -14721712 or 5266719. OLE color: 5266719.

HSL color Cylindrical-coordinate representation of color #1F5D50: hue angle of 167.42º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D50 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 93 80 -
CMYK 0.67 0 0.14 0.64
HSL 167.42º 0.5% 0.24% -
HSV(B) 167.42º 0.67% 0.36% -
XYZ 5.93 8.7 8.96 -
YUV 72.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 31 93 80 0.67 0 0.14 0.64 167.42 0.5 0.24
Hex 1F 5D 50 43 0 E 40 A7 32 18
Octal 37 135 120 103 0 16 100 247 62 30
Binary 11111 1011101 1010000 1000011 0 1110 1000000 10100111 110010 11000

Color Harmonies of #1F5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5D50

Black with #1F5D50

Text Example


Text Example

White with #1F5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,93,80); }

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

background-color css

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

 a { background-color: rgb(31,93,80); }

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

border-color css

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

 span { border-color: rgb(31,93,80); }

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