Html Css Color HEX #2F6E5D Eden

📋 copy color: '#2F6E5D'

red 47 ◦ green 110 ◦ blue 93

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

Shades of Eden #2F6E5D

Tints of Eden #2F6E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44%

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

R = 18.8%
G = 44%
B = 37.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#2F6E5D (or 0x2F6E5D) is known color: Eden. HEX triplet: 2F, 6E and 5D. RGB value is (47,110,93). Sum of RGB (Red+Green+Blue) = 47+110+93=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E5D is #D091A2. Grayscale: #595959. Windows color (decimal): -13668771 or 6123055. OLE color: 6123055.

HSL color Cylindrical-coordinate representation of color #2F6E5D: hue angle of 163.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E5D is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 110 93 -
CMYK 0.57 0 0.15 0.57
HSL 163.81º 0.4% 0.31% -
HSV(B) 163.81º 0.57% 0.43% -
XYZ 8.72 12.55 12.32 -
YUV 89.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 47 110 93 0.57 0 0.15 0.57 163.81 0.4 0.31
Hex 2F 6E 5D 39 0 F 39 A4 28 1F
Octal 57 156 135 71 0 17 71 244 50 37
Binary 101111 1101110 1011101 111001 0 1111 111001 10100100 101000 11111

Color Harmonies of #2F6E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6E5D

Black with #2F6E5D

Text Example


Text Example

White with #2F6E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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