Html Css Color HEX #2F594F Evening Sea

📋 copy color: '#2F594F'

red 47 ◦ green 89 ◦ blue 79

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

Shades of Evening Sea #2F594F

Tints of Evening Sea #2F594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 21.86%
G = 41.4%
B = 36.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#2F594F (or 0x2F594F) is known color: Evening Sea. HEX triplet: 2F, 59 and 4F. RGB value is (47,89,79). Sum of RGB (Red+Green+Blue) = 47+89+79=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #2F594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F594F is #D0A6B0. Grayscale: #4B4B4B. Windows color (decimal): -13674161 or 5200175. OLE color: 5200175.

HSL color Cylindrical-coordinate representation of color #2F594F: hue angle of 165.71º 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 #2F594F is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 79 -
CMYK 0.47 0 0.11 0.65
HSL 165.71º 0.31% 0.27% -
HSV(B) 165.71º 0.47% 0.35% -
XYZ 6.16 8.31 8.68 -
YUV 75.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 47 89 79 0.47 0 0.11 0.65 165.71 0.31 0.27
Hex 2F 59 4F 2F 0 B 41 A6 1F 1B
Octal 57 131 117 57 0 13 101 246 37 33
Binary 101111 1011001 1001111 101111 0 1011 1000001 10100110 11111 11011

Color Harmonies of #2F594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F594F

Black with #2F594F

Text Example


Text Example

White with #2F594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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