#2B6350

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

Shades of Evening Sea #2B6350

Tints of Evening Sea #2B6350

Color information

#2B6350 (or 0x2B6350) is unknown color: approx Evening Sea. HEX triplet: 2B, 63 and 50. RGB value is (43,99,80). Sum of RGB (Red+Green+Blue) = 43+99+80=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6350 is #D49CAF. Grayscale: #505050. Windows color (decimal): -13933744 or 5268267. OLE color: 5268267.

HSL color Cylindrical-coordinate representation of color #2B6350: hue angle of 159.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6350 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB439980-
CMYK0.5700.190.61
HSL159.64º39.44%27.84%-
HSV(B)159.64º56.57%38.82%-
XYZ6.9110.029.16-
YUV80.09127.95101.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=19.37%
G=44.59%
B=36.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399800.5700.190.61159.6439.4427.84
Hex2B6350390133Da0271c
Octal5314312071023752404734
Binary101011110001110100001110010100111111011010000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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