Html Css Color HEX #2F655E Eden

📋 copy color: '#2F655E'

red 47 ◦ green 101 ◦ blue 94

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

Shades of Eden #2F655E

Tints of Eden #2F655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 19.42%
G = 41.74%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#2F655E (or 0x2F655E) is known color: Eden. HEX triplet: 2F, 65 and 5E. RGB value is (47,101,94). Sum of RGB (Red+Green+Blue) = 47+101+94=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #2F655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F655E is #D09AA1. Grayscale: #545454. Windows color (decimal): -13671074 or 6186287. OLE color: 6186287.

HSL color Cylindrical-coordinate representation of color #2F655E: hue angle of 172.22º 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 #2F655E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 101 94 -
CMYK 0.53 0 0.07 0.60
HSL 172.22º 0.36% 0.29% -
HSV(B) 172.22º 0.53% 0.4% -
XYZ 7.85 10.72 12.25 -
YUV 84.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 47 101 94 0.53 0 0.07 0.60 172.22 0.36 0.29
Hex 2F 65 5E 35 0 7 3C AC 24 1D
Octal 57 145 136 65 0 7 74 254 44 35
Binary 101111 1100101 1011110 110101 0 111 111100 10101100 100100 11101

Color Harmonies of #2F655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F655E

Black with #2F655E

Text Example


Text Example

White with #2F655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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