#2A8452

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

Shades of Sea Green #2A8452

Tints of Sea Green #2A8452

Color information

#2A8452 (or 0x2A8452) is unknown color: approx Sea Green. HEX triplet: 2A, 84 and 52. RGB value is (42,132,82). Sum of RGB (Red+Green+Blue) = 42+132+82=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8452 is #D57BAD. Grayscale: #636363. Windows color (decimal): -13990830 or 5407786. OLE color: 5407786.

HSL color Cylindrical-coordinate representation of color #2A8452: hue angle of 146.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8452 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB4213282-
CMYK0.6800.380.48
HSL146.67º51.72%34.12%-
HSV(B)146.67º68.18%51.76%-
XYZ10.7317.610.82-
YUV99.39118.1887.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=16.41%
G=51.56%
B=32.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132820.6800.380.48146.6751.7234.12
Hex2A84524402630933422
Octal52204122104046602236442
Binary1010101000010010100101000100010011011000010010011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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