Html Css Color HEX #2B5F50 Evening Sea

📋 copy color: '#2B5F50'

red 43 ◦ green 95 ◦ blue 80

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

Shades of Evening Sea #2B5F50

Tints of Evening Sea #2B5F50

RGB

 RED value IS 43 (17.19% from 255) = 19.72%

 GREEN value IS 95 (37.5% from 255) = 43.58%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 19.72%
G = 43.58%
B = 36.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#2B5F50 (or 0x2B5F50) is known color: Evening Sea. HEX triplet: 2B, 5F and 50. RGB value is (43,95,80). Sum of RGB (Red+Green+Blue) = 43+95+80=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F50 is #D4A0AF. Grayscale: #4D4D4D. Windows color (decimal): -13934768 or 5267243. OLE color: 5267243.

HSL color Cylindrical-coordinate representation of color #2B5F50: hue angle of 162.69º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F50 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 95 80 -
CMYK 0.55 0 0.16 0.63
HSL 162.69º 0.38% 0.27% -
HSV(B) 162.69º 0.55% 0.37% -
XYZ 6.54 9.28 9.04 -
YUV 77.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 43 95 80 0.55 0 0.16 0.63 162.69 0.38 0.27
Hex 2B 5F 50 37 0 10 3F A3 26 1B
Octal 53 137 120 67 0 20 77 243 46 33
Binary 101011 1011111 1010000 110111 0 10000 111111 10100011 100110 11011

Color Harmonies of #2B5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F50

Black with #2B5F50

Text Example


Text Example

White with #2B5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,95,80); }

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

background-color css

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

 a { background-color: rgb(43,95,80); }

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

border-color css

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

 span { border-color: rgb(43,95,80); }

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