Html Css Color HEX #1F7055 Eden

📋 copy color: '#1F7055'

red 31 ◦ green 112 ◦ blue 85

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

Shades of Eden #1F7055

Tints of Eden #1F7055

RGB

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

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

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

R = 13.6%
G = 49.12%
B = 37.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#1F7055 (or 0x1F7055) is known color: Eden. HEX triplet: 1F, 70 and 55. RGB value is (31,112,85). Sum of RGB (Red+Green+Blue) = 31+112+85=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7055 is #E08FAA. Grayscale: #545454. Windows color (decimal): -14716843 or 5599263. OLE color: 5599263.

HSL color Cylindrical-coordinate representation of color #1F7055: hue angle of 160º 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 #1F7055 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 85 -
CMYK 0.72 0 0.24 0.56
HSL 160º 0.57% 0.28% -
HSV(B) 160º 0.72% 0.44% -
XYZ 8 12.54 10.59 -
YUV 84.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 31 112 85 0.72 0 0.24 0.56 160 0.57 0.28
Hex 1F 70 55 48 0 18 38 A0 39 1C
Octal 37 160 125 110 0 30 70 240 71 34
Binary 11111 1110000 1010101 1001000 0 11000 111000 10100000 111001 11100

Color Harmonies of #1F7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7055

Black with #1F7055

Text Example


Text Example

White with #1F7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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