Html Css Color HEX #2F6660 Eden

📋 copy color: '#2F6660'

red 47 ◦ green 102 ◦ blue 96

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

Shades of Eden #2F6660

Tints of Eden #2F6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 19.18%
G = 41.63%
B = 39.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#2F6660 (or 0x2F6660) is known color: Eden. HEX triplet: 2F, 66 and 60. RGB value is (47,102,96). Sum of RGB (Red+Green+Blue) = 47+102+96=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6660 is #D0999F. Grayscale: #545454. Windows color (decimal): -13670816 or 6317615. OLE color: 6317615.

HSL color Cylindrical-coordinate representation of color #2F6660: hue angle of 173.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6660 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 96 -
CMYK 0.54 0 0.06 0.6
HSL 173.45º 0.37% 0.29% -
HSV(B) 173.45º 0.54% 0.4% -
XYZ 8.03 10.95 12.76 -
YUV 84.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 47 102 96 0.54 0 0.06 0.6 173.45 0.37 0.29
Hex 2F 66 60 36 0 6 3C AD 25 1D
Octal 57 146 140 66 0 6 74 255 45 35
Binary 101111 1100110 1100000 110110 0 110 111100 10101101 100101 11101

Color Harmonies of #2F6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6660

Black with #2F6660

Text Example


Text Example

White with #2F6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,96); }

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

background-color css

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

 a { background-color: rgb(47,102,96); }

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

border-color css

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

 span { border-color: rgb(47,102,96); }

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