#2B6A4F

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

Shades of Evening Sea #2B6A4F

Tints of Evening Sea #2B6A4F

Color information

#2B6A4F (or 0x2B6A4F) is unknown color: approx Evening Sea. HEX triplet: 2B, 6A and 4F. RGB value is (43,106,79). Sum of RGB (Red+Green+Blue) = 43+106+79=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A4F is #D495B0. Grayscale: #545454. Windows color (decimal): -13931953 or 5204523. OLE color: 5204523.

HSL color Cylindrical-coordinate representation of color #2B6A4F: hue angle of 154.29º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A4F is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB4310679-
CMYK0.5900.250.58
HSL154.29º42.28%29.22%-
HSV(B)154.29º59.43%41.57%-
XYZ7.5611.399.2-
YUV84.08125.1398.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=18.86%
G=46.49%
B=34.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43106790.5900.250.58154.2942.2829.22
Hex2B6A4F3B0193A9a2a1d
Octal5315211773031722325235
Binary101011110101010011111110110110011110101001101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,79); }

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

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

 a { background-color: rgb(43,106,79); }

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

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

 span { border-color: rgb(43,106,79); }

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