Html Css Color HEX #2F6C5D Eden

📋 copy color: '#2F6C5D'

red 47 ◦ green 108 ◦ blue 93

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

Shades of Eden #2F6C5D

Tints of Eden #2F6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

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

R = 18.95%
G = 43.55%
B = 37.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#2F6C5D (or 0x2F6C5D) is known color: Eden. HEX triplet: 2F, 6C and 5D. RGB value is (47,108,93). Sum of RGB (Red+Green+Blue) = 47+108+93=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6C5D is #D093A2. Grayscale: #585858. Windows color (decimal): -13669283 or 6122543. OLE color: 6122543.

HSL color Cylindrical-coordinate representation of color #2F6C5D: hue angle of 165.25º 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 #2F6C5D is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 108 93 -
CMYK 0.56 0 0.14 0.58
HSL 165.25º 0.39% 0.3% -
HSV(B) 165.25º 0.56% 0.42% -
XYZ 8.51 12.12 12.25 -
YUV 88.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 47 108 93 0.56 0 0.14 0.58 165.25 0.39 0.3
Hex 2F 6C 5D 38 0 E 3A A5 27 1E
Octal 57 154 135 70 0 16 72 245 47 36
Binary 101111 1101100 1011101 111000 0 1110 111010 10100101 100111 11110

Color Harmonies of #2F6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6C5D

Black with #2F6C5D

Text Example


Text Example

White with #2F6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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