Html Css Color HEX #2D5B50 Evening Sea

📋 copy color: '#2D5B50'

red 45 ◦ green 91 ◦ blue 80

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

Shades of Evening Sea #2D5B50

Tints of Evening Sea #2D5B50

RGB

 RED value IS 45 (17.97% from 255) = 20.83%

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

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

R = 20.83%
G = 42.13%
B = 37.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#2D5B50 (or 0x2D5B50) is known color: Evening Sea. HEX triplet: 2D, 5B and 50. RGB value is (45,91,80). Sum of RGB (Red+Green+Blue) = 45+91+80=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B50 is #D2A4AF. Grayscale: #4B4B4B. Windows color (decimal): -13804720 or 5266221. OLE color: 5266221.

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

Color convert

RGB 45 91 80 -
CMYK 0.51 0 0.12 0.64
HSL 165.65º 0.34% 0.27% -
HSV(B) 165.65º 0.51% 0.36% -
XYZ 6.27 8.62 8.92 -
YUV 75.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 45 91 80 0.51 0 0.12 0.64 165.65 0.34 0.27
Hex 2D 5B 50 33 0 C 40 A6 22 1B
Octal 55 133 120 63 0 14 100 246 42 33
Binary 101101 1011011 1010000 110011 0 1100 1000000 10100110 100010 11011

Color Harmonies of #2D5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B50

Black with #2D5B50

Text Example


Text Example

White with #2D5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,80); }

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

background-color css

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

 a { background-color: rgb(45,91,80); }

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

border-color css

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

 span { border-color: rgb(45,91,80); }

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