#2A875F

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

Shades of Sea Green #2A875F

Tints of Sea Green #2A875F

Color information

#2A875F (or 0x2A875F) is unknown color: approx Sea Green. HEX triplet: 2A, 87 and 5F. RGB value is (42,135,95). Sum of RGB (Red+Green+Blue) = 42+135+95=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #2A875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A875F is #D578A0. Grayscale: #666666. Windows color (decimal): -13990049 or 6260522. OLE color: 6260522.

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

Color convert

RGB4213595-
CMYK0.6900.300.47
HSL154.19º52.54%34.71%-
HSV(B)154.19º68.89%52.94%-
XYZ11.6818.6513.81-
YUV102.63123.6984.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=15.44%
G=49.63%
B=34.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135950.6900.300.47154.1952.5434.71
Hex2A875F4501E2F9a3523
Octal52207137105036572326543
Binary101010100001111011111100010101111010111110011010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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