#2A8546

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

Shades of Sea Green #2A8546

Tints of Sea Green #2A8546

Color information

#2A8546 (or 0x2A8546) is unknown color: approx Sea Green. HEX triplet: 2A, 85 and 46. RGB value is (42,133,70). Sum of RGB (Red+Green+Blue) = 42+133+70=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8546 is #D57AB9. Grayscale: #626262. Windows color (decimal): -13990586 or 4621610. OLE color: 4621610.

HSL color Cylindrical-coordinate representation of color #2A8546: hue angle of 138.46º 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 #2A8546 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB4213370-
CMYK0.6800.470.48
HSL138.46º52%34.31%-
HSV(B)138.46º68.42%52.16%-
XYZ10.4517.718.66-
YUV98.61111.8587.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=17.14%
G=54.29%
B=28.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133700.6800.470.48138.465234.31
Hex2A85464402F308a3422
Octal52205106104057602126442
Binary1010101000010110001101000100010111111000010001010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,133,70); }

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

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

 a { background-color: rgb(42,133,70); }

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

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

 span { border-color: rgb(42,133,70); }

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