Html Css Color HEX #2F695D Eden

📋 copy color: '#2F695D'

red 47 ◦ green 105 ◦ blue 93

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

Shades of Eden #2F695D

Tints of Eden #2F695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 19.18%
G = 42.86%
B = 37.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#2F695D (or 0x2F695D) is known color: Eden. HEX triplet: 2F, 69 and 5D. RGB value is (47,105,93). Sum of RGB (Red+Green+Blue) = 47+105+93=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #2F695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F695D is #D096A2. Grayscale: #565656. Windows color (decimal): -13670051 or 6121775. OLE color: 6121775.

HSL color Cylindrical-coordinate representation of color #2F695D: hue angle of 167.59º 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 #2F695D is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 105 93 -
CMYK 0.55 0 0.11 0.59
HSL 167.59º 0.38% 0.3% -
HSV(B) 167.59º 0.55% 0.41% -
XYZ 8.2 11.5 12.14 -
YUV 86.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 47 105 93 0.55 0 0.11 0.59 167.59 0.38 0.3
Hex 2F 69 5D 37 0 B 3B A8 26 1E
Octal 57 151 135 67 0 13 73 250 46 36
Binary 101111 1101001 1011101 110111 0 1011 111011 10101000 100110 11110

Color Harmonies of #2F695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F695D

Black with #2F695D

Text Example


Text Example

White with #2F695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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