Html Css Color HEX #2F695B Eden

📋 copy color: '#2F695B'

red 47 ◦ green 105 ◦ blue 91

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

Shades of Eden #2F695B

Tints of Eden #2F695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

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

R = 19.34%
G = 43.21%
B = 37.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#2F695B (or 0x2F695B) is known color: Eden. HEX triplet: 2F, 69 and 5B. RGB value is (47,105,91). Sum of RGB (Red+Green+Blue) = 47+105+91=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #2F695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F695B is #D096A4. Grayscale: #565656. Windows color (decimal): -13670053 or 5990703. OLE color: 5990703.

HSL color Cylindrical-coordinate representation of color #2F695B: hue angle of 165.52º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F695B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 105 91 -
CMYK 0.55 0 0.13 0.59
HSL 165.52º 0.38% 0.3% -
HSV(B) 165.52º 0.55% 0.41% -
XYZ 8.11 11.46 11.68 -
YUV 86.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 47 105 91 0.55 0 0.13 0.59 165.52 0.38 0.3
Hex 2F 69 5B 37 0 D 3B A6 26 1E
Octal 57 151 133 67 0 15 73 246 46 36
Binary 101111 1101001 1011011 110111 0 1101 111011 10100110 100110 11110

Color Harmonies of #2F695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F695B

Black with #2F695B

Text Example


Text Example

White with #2F695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,105,91); }

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

background-color css

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

 a { background-color: rgb(47,105,91); }

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

border-color css

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

 span { border-color: rgb(47,105,91); }

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