Html Css Color HEX #2F6661 Eden

📋 copy color: '#2F6661'

red 47 ◦ green 102 ◦ blue 97

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

Shades of Eden #2F6661

Tints of Eden #2F6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 19.11%
G = 41.46%
B = 39.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#2F6661 (or 0x2F6661) is known color: Eden. HEX triplet: 2F, 66 and 61. RGB value is (47,102,97). Sum of RGB (Red+Green+Blue) = 47+102+97=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6661 is #D0999E. Grayscale: #545454. Windows color (decimal): -13670815 or 6383151. OLE color: 6383151.

HSL color Cylindrical-coordinate representation of color #2F6661: hue angle of 174.55º 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 #2F6661 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 97 -
CMYK 0.54 0 0.05 0.6
HSL 174.55º 0.37% 0.29% -
HSV(B) 174.55º 0.54% 0.4% -
XYZ 8.08 10.97 13 -
YUV 84.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 47 102 97 0.54 0 0.05 0.6 174.55 0.37 0.29
Hex 2F 66 61 36 0 5 3C AF 25 1D
Octal 57 146 141 66 0 5 74 257 45 35
Binary 101111 1100110 1100001 110110 0 101 111100 10101111 100101 11101

Color Harmonies of #2F6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6661

Black with #2F6661

Text Example


Text Example

White with #2F6661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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