Html Css Color HEX #1F5F58 Eden

📋 copy color: '#1F5F58'

red 31 ◦ green 95 ◦ blue 88

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

Shades of Eden #1F5F58

Tints of Eden #1F5F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.39%

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 14.49%
G = 44.39%
B = 41.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#1F5F58 (or 0x1F5F58) is known color: Eden. HEX triplet: 1F, 5F and 58. RGB value is (31,95,88). Sum of RGB (Red+Green+Blue) = 31+95+88=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F58 is #E0A0A7. Grayscale: #4B4B4B. Windows color (decimal): -14721192 or 5791519. OLE color: 5791519.

HSL color Cylindrical-coordinate representation of color #1F5F58: hue angle of 173.44º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F58 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 95 88 -
CMYK 0.67 0 0.07 0.63
HSL 173.44º 0.51% 0.25% -
HSV(B) 173.44º 0.67% 0.37% -
XYZ 6.42 9.18 10.67 -
YUV 75.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 31 95 88 0.67 0 0.07 0.63 173.44 0.51 0.25
Hex 1F 5F 58 43 0 7 3F AD 33 19
Octal 37 137 130 103 0 7 77 255 63 31
Binary 11111 1011111 1011000 1000011 0 111 111111 10101101 110011 11001

Color Harmonies of #1F5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5F58

Black with #1F5F58

Text Example


Text Example

White with #1F5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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