Html Css Color HEX #2F594E Evening Sea

📋 copy color: '#2F594E'

red 47 ◦ green 89 ◦ blue 78

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

Shades of Evening Sea #2F594E

Tints of Evening Sea #2F594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 21.96%
G = 41.59%
B = 36.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#2F594E (or 0x2F594E) is known color: Evening Sea. HEX triplet: 2F, 59 and 4E. RGB value is (47,89,78). Sum of RGB (Red+Green+Blue) = 47+89+78=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #2F594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F594E is #D0A6B1. Grayscale: #4B4B4B. Windows color (decimal): -13674162 or 5134639. OLE color: 5134639.

HSL color Cylindrical-coordinate representation of color #2F594E: hue angle of 164.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F594E is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 78 -
CMYK 0.47 0 0.12 0.65
HSL 164.29º 0.31% 0.27% -
HSV(B) 164.29º 0.47% 0.35% -
XYZ 6.12 8.3 8.49 -
YUV 75.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 47 89 78 0.47 0 0.12 0.65 164.29 0.31 0.27
Hex 2F 59 4E 2F 0 C 41 A4 1F 1B
Octal 57 131 116 57 0 14 101 244 37 33
Binary 101111 1011001 1001110 101111 0 1100 1000001 10100100 11111 11011

Color Harmonies of #2F594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F594E

Black with #2F594E

Text Example


Text Example

White with #2F594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,78); }

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

background-color css

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

 a { background-color: rgb(47,89,78); }

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

border-color css

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

 span { border-color: rgb(47,89,78); }

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