#2A8845

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

Shades of Sea Green #2A8845

Tints of Sea Green #2A8845

Color information

#2A8845 (or 0x2A8845) is unknown color: approx Sea Green. HEX triplet: 2A, 88 and 45. RGB value is (42,136,69). Sum of RGB (Red+Green+Blue) = 42+136+69=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8845 is #D577BA. Grayscale: #646464. Windows color (decimal): -13989819 or 4556842. OLE color: 4556842.

HSL color Cylindrical-coordinate representation of color #2A8845: hue angle of 137.23º degrees, saturation: 0.53, 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 #2A8845 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB4213669-
CMYK0.6900.490.47
HSL137.23º52.81%34.9%-
HSV(B)137.23º69.12%53.33%-
XYZ10.8318.538.64-
YUV100.26110.3686.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=17.00%
G=55.06%
B=27.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136690.6900.490.47137.2352.8134.9
Hex2A8845450312F893523
Octal52210105105061572116543
Binary1010101000100010001011000101011000110111110001001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,69); }

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

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

 a { background-color: rgb(42,136,69); }

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

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

 span { border-color: rgb(42,136,69); }

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