#2B5B4A

Color #2B5B4A Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2B5B4A

Tints of Evening Sea #2B5B4A

Color information

#2B5B4A (or 0x2B5B4A) is unknown color: approx Evening Sea. HEX triplet: 2B, 5B and 4A. RGB value is (43,91,74). Sum of RGB (Red+Green+Blue) = 43+91+74=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B4A is #D4A4B5. Grayscale: #4A4A4A. Windows color (decimal): -13935798 or 4873003. OLE color: 4873003.

HSL color Cylindrical-coordinate representation of color #2B5B4A: hue angle of 158.75º 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 #2B5B4A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB439174-
CMYK0.5300.190.64
HSL158.75º35.82%26.27%-
HSV(B)158.75º52.75%35.69%-
XYZ5.978.497.8-
YUV74.71127.6105.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=20.67%
G=43.75%
B=35.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4391740.5300.190.64158.7535.8226.27
Hex2B5B4A35013409f241a
Octal53133112650231002374432
Binary1010111011011100101011010101001110000001001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,74); }

 H1.HeaderClassName
 {
   color: #2B5B4A;
 }
 .AnyTagClassName
 {
   color: #2B5B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(43,91,74); }

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

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

 span { border-color: rgb(43,91,74); }

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