Html Css Color HEX #2B5949 Evening Sea

📋 copy color: '#2B5949'

red 43 ◦ green 89 ◦ blue 73

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

Shades of Evening Sea #2B5949

Tints of Evening Sea #2B5949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 20.98%
G = 43.41%
B = 35.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#2B5949 (or 0x2B5949) is known color: Evening Sea. HEX triplet: 2B, 59 and 49. RGB value is (43,89,73). Sum of RGB (Red+Green+Blue) = 43+89+73=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5949 is #D4A6B6. Grayscale: #494949. Windows color (decimal): -13936311 or 4806955. OLE color: 4806955.

HSL color Cylindrical-coordinate representation of color #2B5949: hue angle of 159.13º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5949 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 89 73 -
CMYK 0.52 0 0.18 0.65
HSL 159.13º 0.35% 0.26% -
HSV(B) 159.13º 0.52% 0.35% -
XYZ 5.77 8.14 7.57 -
YUV 73.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 43 89 73 0.52 0 0.18 0.65 159.13 0.35 0.26
Hex 2B 59 49 34 0 12 41 9F 23 1A
Octal 53 131 111 64 0 22 101 237 43 32
Binary 101011 1011001 1001001 110100 0 10010 1000001 10011111 100011 11010

Color Harmonies of #2B5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5949

Black with #2B5949

Text Example


Text Example

White with #2B5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,73); }

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

background-color css

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

 a { background-color: rgb(43,89,73); }

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

border-color css

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

 span { border-color: rgb(43,89,73); }

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