Html Css Color HEX #2B5C49 Evening Sea

📋 copy color: '#2B5C49'

red 43 ◦ green 92 ◦ blue 73

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

Shades of Evening Sea #2B5C49

Tints of Evening Sea #2B5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

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

R = 20.67%
G = 44.23%
B = 35.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#2B5C49 (or 0x2B5C49) is known color: Evening Sea. HEX triplet: 2B, 5C and 49. RGB value is (43,92,73). Sum of RGB (Red+Green+Blue) = 43+92+73=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C49 is #D4A3B6. Grayscale: #4B4B4B. Windows color (decimal): -13935543 or 4807723. OLE color: 4807723.

HSL color Cylindrical-coordinate representation of color #2B5C49: hue angle of 156.73º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C49 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 92 73 -
CMYK 0.53 0 0.21 0.64
HSL 156.73º 0.36% 0.26% -
HSV(B) 156.73º 0.53% 0.36% -
XYZ 6.03 8.65 7.66 -
YUV 75.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 43 92 73 0.53 0 0.21 0.64 156.73 0.36 0.26
Hex 2B 5C 49 35 0 15 40 9D 24 1A
Octal 53 134 111 65 0 25 100 235 44 32
Binary 101011 1011100 1001001 110101 0 10101 1000000 10011101 100100 11010

Color Harmonies of #2B5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5C49

Black with #2B5C49

Text Example


Text Example

White with #2B5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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