#2A6B4F

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

Shades of Evening Sea #2A6B4F

Tints of Evening Sea #2A6B4F

Color information

#2A6B4F (or 0x2A6B4F) is unknown color: approx Evening Sea. HEX triplet: 2A, 6B and 4F. RGB value is (42,107,79). Sum of RGB (Red+Green+Blue) = 42+107+79=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B4F is #D594B0. Grayscale: #545454. Windows color (decimal): -13997233 or 5204778. OLE color: 5204778.

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

Color convert

RGB4210779-
CMYK0.6100.260.58
HSL154.15º43.62%29.22%-
HSV(B)154.15º60.75%41.96%-
XYZ7.6211.579.23-
YUV84.37124.9797.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=18.42%
G=46.93%
B=34.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42107790.6100.260.58154.1543.6229.22
Hex2A6B4F3D01A3A9a2c1d
Octal5215311775032722325435
Binary101010110101110011111111010110101110101001101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,107,79); }

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

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

 a { background-color: rgb(42,107,79); }

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

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

 span { border-color: rgb(42,107,79); }

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