Html Css Color HEX #1F5855 Eden

📋 copy color: '#1F5855'

red 31 ◦ green 88 ◦ blue 85

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

Shades of Eden #1F5855

Tints of Eden #1F5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 15.2%
G = 43.14%
B = 41.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#1F5855 (or 0x1F5855) is known color: Eden. HEX triplet: 1F, 58 and 55. RGB value is (31,88,85). Sum of RGB (Red+Green+Blue) = 31+88+85=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5855 is #E0A7AA. Grayscale: #464646. Windows color (decimal): -14722987 or 5593119. OLE color: 5593119.

HSL color Cylindrical-coordinate representation of color #1F5855: hue angle of 176.84º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5855 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 88 85 -
CMYK 0.65 0 0.03 0.65
HSL 176.84º 0.48% 0.23% -
HSV(B) 176.84º 0.65% 0.35% -
XYZ 5.69 7.93 9.82 -
YUV 70.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 31 88 85 0.65 0 0.03 0.65 176.84 0.48 0.23
Hex 1F 58 55 41 0 3 41 B1 30 17
Octal 37 130 125 101 0 3 101 261 60 27
Binary 11111 1011000 1010101 1000001 0 11 1000001 10110001 110000 10111

Color Harmonies of #1F5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5855

Black with #1F5855

Text Example


Text Example

White with #1F5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,85); }

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

background-color css

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

 a { background-color: rgb(31,88,85); }

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

border-color css

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

 span { border-color: rgb(31,88,85); }

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