#2A6650

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

Shades of Evening Sea #2A6650

Tints of Evening Sea #2A6650

Color information

#2A6650 (or 0x2A6650) is unknown color: approx Evening Sea. HEX triplet: 2A, 66 and 50. RGB value is (42,102,80). Sum of RGB (Red+Green+Blue) = 42+102+80=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6650 is #D599AF. Grayscale: #515151. Windows color (decimal): -13998512 or 5269034. OLE color: 5269034.

HSL color Cylindrical-coordinate representation of color #2A6650: hue angle of 158º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A6650 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB4210280-
CMYK0.5900.220.6
HSL158º41.67%28.24%-
HSV(B)158º58.82%40%-
XYZ7.1510.579.25-
YUV81.55127.1299.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=18.75%
G=45.54%
B=35.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102800.5900.220.615841.6728.24
Hex2A66503B0163C9e2a1c
Octal5214612073026742365234
Binary101010110011010100001110110101101111001001111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,80); }

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

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

 a { background-color: rgb(42,102,80); }

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

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

 span { border-color: rgb(42,102,80); }

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