#2A8751

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

Shades of Sea Green #2A8751

Tints of Sea Green #2A8751

Color information

#2A8751 (or 0x2A8751) is unknown color: approx Sea Green. HEX triplet: 2A, 87 and 51. RGB value is (42,135,81). Sum of RGB (Red+Green+Blue) = 42+135+81=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8751 is #D578AE. Grayscale: #656565. Windows color (decimal): -13990063 or 5343018. OLE color: 5343018.

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

Color convert

RGB4213581-
CMYK0.6900.400.47
HSL145.16º52.54%34.71%-
HSV(B)145.16º68.89%52.94%-
XYZ11.118.4110.75-
YUV101.04116.6985.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=16.28%
G=52.33%
B=31.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135810.6900.400.47145.1652.5434.71
Hex2A8751450282F913523
Octal52207121105050572216543
Binary1010101000011110100011000101010100010111110010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,81); }

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

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

 a { background-color: rgb(42,135,81); }

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

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

 span { border-color: rgb(42,135,81); }

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