#2A8F5F

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

Shades of Sea Green #2A8F5F

Tints of Sea Green #2A8F5F

Color information

#2A8F5F (or 0x2A8F5F) is unknown color: approx Sea Green. HEX triplet: 2A, 8F and 5F. RGB value is (42,143,95). Sum of RGB (Red+Green+Blue) = 42+143+95=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8F5F is #D570A0. Grayscale: #6B6B6B. Windows color (decimal): -13988001 or 6262570. OLE color: 6262570.

HSL color Cylindrical-coordinate representation of color #2A8F5F: hue angle of 151.49º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F5F is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB4214395-
CMYK0.7100.340.44
HSL151.49º54.59%36.27%-
HSV(B)151.49º70.63%56.08%-
XYZ12.8420.9614.2-
YUV107.33121.0481.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=15%
G=51.07%
B=33.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42143950.7100.340.44151.4954.5936.27
Hex2A8F5F470222C973724
Octal52217137107042542276744
Binary1010101000111110111111000111010001010110010010111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,143,95); }

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

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

 a { background-color: rgb(42,143,95); }

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

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

 span { border-color: rgb(42,143,95); }

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