#2A865A

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

Shades of Sea Green #2A865A

Tints of Sea Green #2A865A

Color information

#2A865A (or 0x2A865A) is unknown color: approx Sea Green. HEX triplet: 2A, 86 and 5A. RGB value is (42,134,90). Sum of RGB (Red+Green+Blue) = 42+134+90=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #2A865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A865A is #D579A5. Grayscale: #656565. Windows color (decimal): -13990310 or 5932586. OLE color: 5932586.

HSL color Cylindrical-coordinate representation of color #2A865A: hue angle of 151.3º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A865A is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB4213490-
CMYK0.6900.330.47
HSL151.3º52.27%34.51%-
HSV(B)151.3º68.66%52.55%-
XYZ11.3318.2812.6-
YUV101.48121.5285.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=15.79%
G=50.38%
B=33.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42134900.6900.330.47151.352.2734.51
Hex2A865A450212F973423
Octal52206132105041572276443
Binary1010101000011010110101000101010000110111110010111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,134,90); }

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

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

 a { background-color: rgb(42,134,90); }

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

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

 span { border-color: rgb(42,134,90); }

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