Html Css Color HEX #2F5B4F Evening Sea

📋 copy color: '#2F5B4F'

red 47 ◦ green 91 ◦ blue 79

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

Shades of Evening Sea #2F5B4F

Tints of Evening Sea #2F5B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.94%

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

R = 21.66%
G = 41.94%
B = 36.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#2F5B4F (or 0x2F5B4F) is known color: Evening Sea. HEX triplet: 2F, 5B and 4F. RGB value is (47,91,79). Sum of RGB (Red+Green+Blue) = 47+91+79=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5B4F is #D0A4B0. Grayscale: #4C4C4C. Windows color (decimal): -13673649 or 5200687. OLE color: 5200687.

HSL color Cylindrical-coordinate representation of color #2F5B4F: hue angle of 163.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5B4F is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 91 79 -
CMYK 0.48 0 0.13 0.64
HSL 163.64º 0.32% 0.27% -
HSV(B) 163.64º 0.48% 0.36% -
XYZ 6.32 8.65 8.73 -
YUV 76.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 47 91 79 0.48 0 0.13 0.64 163.64 0.32 0.27
Hex 2F 5B 4F 30 0 D 40 A4 20 1B
Octal 57 133 117 60 0 15 100 244 40 33
Binary 101111 1011011 1001111 110000 0 1101 1000000 10100100 100000 11011

Color Harmonies of #2F5B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5B4F

Black with #2F5B4F

Text Example


Text Example

White with #2F5B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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