Html Css Color HEX #2F655C Eden

📋 copy color: '#2F655C'

red 47 ◦ green 101 ◦ blue 92

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

Shades of Eden #2F655C

Tints of Eden #2F655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 19.58%
G = 42.08%
B = 38.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#2F655C (or 0x2F655C) is known color: Eden. HEX triplet: 2F, 65 and 5C. RGB value is (47,101,92). Sum of RGB (Red+Green+Blue) = 47+101+92=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #2F655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F655C is #D09AA3. Grayscale: #535353. Windows color (decimal): -13671076 or 6055215. OLE color: 6055215.

HSL color Cylindrical-coordinate representation of color #2F655C: hue angle of 170º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F655C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 101 92 -
CMYK 0.53 0 0.09 0.60
HSL 170º 0.36% 0.29% -
HSV(B) 170º 0.53% 0.4% -
XYZ 7.76 10.68 11.78 -
YUV 83.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 47 101 92 0.53 0 0.09 0.60 170 0.36 0.29
Hex 2F 65 5C 35 0 9 3C AA 24 1D
Octal 57 145 134 65 0 11 74 252 44 35
Binary 101111 1100101 1011100 110101 0 1001 111100 10101010 100100 11101

Color Harmonies of #2F655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F655C

Black with #2F655C

Text Example


Text Example

White with #2F655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,92); }

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

background-color css

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

 a { background-color: rgb(47,101,92); }

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

border-color css

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

 span { border-color: rgb(47,101,92); }

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