#2A8D45

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

Shades of Sea Green #2A8D45

Tints of Sea Green #2A8D45

Color information

#2A8D45 (or 0x2A8D45) is unknown color: approx Sea Green. HEX triplet: 2A, 8D and 45. RGB value is (42,141,69). Sum of RGB (Red+Green+Blue) = 42+141+69=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #2A8D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8D45 is #D572BA. Grayscale: #676767. Windows color (decimal): -13988539 or 4558122. OLE color: 4558122.

HSL color Cylindrical-coordinate representation of color #2A8D45: hue angle of 136.36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8D45 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB4214169-
CMYK0.7000.510.45
HSL136.36º54.1%35.88%-
HSV(B)136.36º70.21%55.29%-
XYZ11.5519.978.88-
YUV103.19108.784.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=16.67%
G=55.95%
B=27.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42141690.7000.510.45136.3654.135.88
Hex2A8D45460332D883624
Octal52215105106063552106644
Binary1010101000110110001011000110011001110110110001000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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