Html Css Color HEX #2F6B59 Eden

📋 copy color: '#2F6B59'

red 47 ◦ green 107 ◦ blue 89

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

Shades of Eden #2F6B59

Tints of Eden #2F6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 19.34%
G = 44.03%
B = 36.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2F6B59 (or 0x2F6B59) is known color: Eden. HEX triplet: 2F, 6B and 59. RGB value is (47,107,89). Sum of RGB (Red+Green+Blue) = 47+107+89=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B59 is #D094A6. Grayscale: #575757. Windows color (decimal): -13669543 or 5860143. OLE color: 5860143.

HSL color Cylindrical-coordinate representation of color #2F6B59: hue angle of 162º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B59 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 107 89 -
CMYK 0.56 0 0.17 0.58
HSL 162º 0.39% 0.3% -
HSV(B) 162º 0.56% 0.42% -
XYZ 8.23 11.84 11.3 -
YUV 87.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 47 107 89 0.56 0 0.17 0.58 162 0.39 0.3
Hex 2F 6B 59 38 0 11 3A A2 27 1E
Octal 57 153 131 70 0 21 72 242 47 36
Binary 101111 1101011 1011001 111000 0 10001 111010 10100010 100111 11110

Color Harmonies of #2F6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6B59

Black with #2F6B59

Text Example


Text Example

White with #2F6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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