#2A6152

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

Shades of Evening Sea #2A6152

Tints of Evening Sea #2A6152

Color information

#2A6152 (or 0x2A6152) is unknown color: approx Evening Sea. HEX triplet: 2A, 61 and 52. RGB value is (42,97,82). Sum of RGB (Red+Green+Blue) = 42+97+82=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #2A6152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6152 is #D59EAD. Grayscale: #4E4E4E. Windows color (decimal): -13999790 or 5398826. OLE color: 5398826.

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

Color convert

RGB429782-
CMYK0.5700.150.62
HSL163.64º39.57%27.25%-
HSV(B)163.64º56.7%38.04%-
XYZ6.759.659.49-
YUV78.84129.78101.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=19.00%
G=43.89%
B=37.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297820.5700.150.62163.6439.5727.25
Hex2A6152390F3Ea4281b
Octal5214112271017762445033
Binary10101011000011010010111001011111111101010010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,82); }

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

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

 a { background-color: rgb(42,97,82); }

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

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

 span { border-color: rgb(42,97,82); }

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