Html Css Color HEX #1F7058 Eden

📋 copy color: '#1F7058'

red 31 ◦ green 112 ◦ blue 88

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

Shades of Eden #1F7058

Tints of Eden #1F7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.48%

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

R = 13.42%
G = 48.48%
B = 38.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#1F7058 (or 0x1F7058) is known color: Eden. HEX triplet: 1F, 70 and 58. RGB value is (31,112,88). Sum of RGB (Red+Green+Blue) = 31+112+88=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7058 is #E08FA7. Grayscale: #555555. Windows color (decimal): -14716840 or 5795871. OLE color: 5795871.

HSL color Cylindrical-coordinate representation of color #1F7058: hue angle of 162.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7058 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 88 -
CMYK 0.72 0 0.21 0.56
HSL 162.22º 0.57% 0.28% -
HSV(B) 162.22º 0.72% 0.44% -
XYZ 8.12 12.58 11.23 -
YUV 85.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 31 112 88 0.72 0 0.21 0.56 162.22 0.57 0.28
Hex 1F 70 58 48 0 15 38 A2 39 1C
Octal 37 160 130 110 0 25 70 242 71 34
Binary 11111 1110000 1011000 1001000 0 10101 111000 10100010 111001 11100

Color Harmonies of #1F7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7058

Black with #1F7058

Text Example


Text Example

White with #1F7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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