Html Css Color HEX #2F5E59 Eden

📋 copy color: '#2F5E59'

red 47 ◦ green 94 ◦ blue 89

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

Shades of Eden #2F5E59

Tints of Eden #2F5E59

RGB

 RED value IS 47 (18.75% from 255) = 20.43%

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 89 (35.16% from 255) = 38.7%

R = 20.43%
G = 40.87%
B = 38.7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#2F5E59 (or 0x2F5E59) is known color: Eden. HEX triplet: 2F, 5E and 59. RGB value is (47,94,89). Sum of RGB (Red+Green+Blue) = 47+94+89=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E59 is #D0A1A6. Grayscale: #4F4F4F. Windows color (decimal): -13672871 or 5856815. OLE color: 5856815.

HSL color Cylindrical-coordinate representation of color #2F5E59: hue angle of 173.62º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E59 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 89 -
CMYK 0.5 0 0.05 0.63
HSL 173.62º 0.33% 0.28% -
HSV(B) 173.62º 0.5% 0.37% -
XYZ 6.98 9.33 10.88 -
YUV 79.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 47 94 89 0.5 0 0.05 0.63 173.62 0.33 0.28
Hex 2F 5E 59 32 0 5 3F AE 21 1C
Octal 57 136 131 62 0 5 77 256 41 34
Binary 101111 1011110 1011001 110010 0 101 111111 10101110 100001 11100

Color Harmonies of #2F5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E59

Black with #2F5E59

Text Example


Text Example

White with #2F5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5E59; }

 p { color: rgb(47,94,89); }

 H1.HeaderClassName
 {
   color: #2F5E59;
 }
 .AnyTagClassName
 {
   color: #2F5E59;
 }
</style>

background-color css

<style>
 a { background-color: #2F5E59; }

 a { background-color: rgb(47,94,89); }

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

border-color css

<style>
 span { border-color: #2F5E59; }

 span { border-color: rgb(47,94,89); }

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