#2B6150

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

Shades of Evening Sea #2B6150

Tints of Evening Sea #2B6150

Color information

#2B6150 (or 0x2B6150) is unknown color: approx Evening Sea. HEX triplet: 2B, 61 and 50. RGB value is (43,97,80). Sum of RGB (Red+Green+Blue) = 43+97+80=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6150 is #D49EAF. Grayscale: #4E4E4E. Windows color (decimal): -13934256 or 5267755. OLE color: 5267755.

HSL color Cylindrical-coordinate representation of color #2B6150: hue angle of 161.11º 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 #2B6150 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB439780-
CMYK0.5600.180.62
HSL161.11º38.57%27.45%-
HSV(B)161.11º55.67%38.04%-
XYZ6.729.649.1-
YUV78.92128.61102.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=19.55%
G=44.09%
B=36.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397800.5600.180.62161.1138.5727.45
Hex2B6150380123Ea1271b
Octal5314112070022762414733
Binary101011110000110100001110000100101111101010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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