Html Css Color HEX #1F675B Eden

📋 copy color: '#1F675B'

red 31 ◦ green 103 ◦ blue 91

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

Shades of Eden #1F675B

Tints of Eden #1F675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 13.78%
G = 45.78%
B = 40.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#1F675B (or 0x1F675B) is known color: Eden. HEX triplet: 1F, 67 and 5B. RGB value is (31,103,91). Sum of RGB (Red+Green+Blue) = 31+103+91=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #1F675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F675B is #E098A4. Grayscale: #505050. Windows color (decimal): -14719141 or 5990175. OLE color: 5990175.

HSL color Cylindrical-coordinate representation of color #1F675B: hue angle of 170º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F675B is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 103 91 -
CMYK 0.70 0 0.12 0.60
HSL 170º 0.54% 0.26% -
HSV(B) 170º 0.7% 0.4% -
XYZ 7.3 10.75 11.59 -
YUV 80.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 31 103 91 0.70 0 0.12 0.60 170 0.54 0.26
Hex 1F 67 5B 46 0 C 3C AA 36 1A
Octal 37 147 133 106 0 14 74 252 66 32
Binary 11111 1100111 1011011 1000110 0 1100 111100 10101010 110110 11010

Color Harmonies of #1F675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F675B

Black with #1F675B

Text Example


Text Example

White with #1F675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,103,91); }

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

background-color css

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

 a { background-color: rgb(31,103,91); }

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

border-color css

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

 span { border-color: rgb(31,103,91); }

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