#2A6F52

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

Shades of Evening Sea #2A6F52

Tints of Evening Sea #2A6F52

Color information

#2A6F52 (or 0x2A6F52) is unknown color: approx Evening Sea. HEX triplet: 2A, 6F and 52. RGB value is (42,111,82). Sum of RGB (Red+Green+Blue) = 42+111+82=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6F52 is #D590AD. Grayscale: #575757. Windows color (decimal): -13996206 or 5402410. OLE color: 5402410.

HSL color Cylindrical-coordinate representation of color #2A6F52: hue angle of 154.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6F52 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB4211182-
CMYK0.6200.260.56
HSL154.78º45.1%30%-
HSV(B)154.78º62.16%43.53%-
XYZ8.1612.479.96-
YUV87.06125.1495.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=17.87%
G=47.23%
B=34.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42111820.6200.260.56154.7845.130
Hex2A6F523E01A389b2d1e
Octal5215712276032702335536
Binary101010110111110100101111100110101110001001101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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