Html Css Color HEX #2F564D Evening Sea

📋 copy color: '#2F564D'

red 47 ◦ green 86 ◦ blue 77

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

Shades of Evening Sea #2F564D

Tints of Evening Sea #2F564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 22.38%
G = 40.95%
B = 36.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#2F564D (or 0x2F564D) is known color: Evening Sea. HEX triplet: 2F, 56 and 4D. RGB value is (47,86,77). Sum of RGB (Red+Green+Blue) = 47+86+77=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #2F564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F564D is #D0A9B2. Grayscale: #494949. Windows color (decimal): -13674931 or 5068335. OLE color: 5068335.

HSL color Cylindrical-coordinate representation of color #2F564D: hue angle of 166.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F564D is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 86 77 -
CMYK 0.45 0 0.10 0.66
HSL 166.15º 0.29% 0.26% -
HSV(B) 166.15º 0.45% 0.34% -
XYZ 5.84 7.8 8.22 -
YUV 73.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 47 86 77 0.45 0 0.10 0.66 166.15 0.29 0.26
Hex 2F 56 4D 2D 0 A 42 A6 1D 1A
Octal 57 126 115 55 0 12 102 246 35 32
Binary 101111 1010110 1001101 101101 0 1010 1000010 10100110 11101 11010

Color Harmonies of #2F564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F564D

Black with #2F564D

Text Example


Text Example

White with #2F564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,77); }

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

background-color css

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

 a { background-color: rgb(47,86,77); }

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

border-color css

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

 span { border-color: rgb(47,86,77); }

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