#2B5D4A

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

Shades of Evening Sea #2B5D4A

Tints of Evening Sea #2B5D4A

Color information

#2B5D4A (or 0x2B5D4A) is unknown color: approx Evening Sea. HEX triplet: 2B, 5D and 4A. RGB value is (43,93,74). Sum of RGB (Red+Green+Blue) = 43+93+74=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D4A is #D4A2B5. Grayscale: #4B4B4B. Windows color (decimal): -13935286 or 4873515. OLE color: 4873515.

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

Color convert

RGB439374-
CMYK0.5400.200.64
HSL157.2º36.76%26.67%-
HSV(B)157.2º53.76%36.47%-
XYZ6.158.847.86-
YUV75.88126.94104.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=20.48%
G=44.29%
B=35.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4393740.5400.200.64157.236.7626.67
Hex2B5D4A36014409d251b
Octal53135112660241002354533
Binary1010111011101100101011011001010010000001001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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