#2B614C

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

Shades of Evening Sea #2B614C

Tints of Evening Sea #2B614C

Color information

#2B614C (or 0x2B614C) is unknown color: approx Evening Sea. HEX triplet: 2B, 61 and 4C. RGB value is (43,97,76). Sum of RGB (Red+Green+Blue) = 43+97+76=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #2B614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B614C is #D49EB3. Grayscale: #4E4E4E. Windows color (decimal): -13934260 or 5005611. OLE color: 5005611.

HSL color Cylindrical-coordinate representation of color #2B614C: hue angle of 156.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B614C is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB439776-
CMYK0.5600.220.62
HSL156.67º38.57%27.45%-
HSV(B)156.67º55.67%38.04%-
XYZ6.589.588.34-
YUV78.46126.61102.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=19.91%
G=44.91%
B=35.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397760.5600.220.62156.6738.5727.45
Hex2B614C380163E9d271b
Octal5314111470026762354733
Binary101011110000110011001110000101101111101001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,76); }

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

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

 a { background-color: rgb(43,97,76); }

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

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

 span { border-color: rgb(43,97,76); }

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