#2A7F5D

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

Shades of Sea Green #2A7F5D

Tints of Sea Green #2A7F5D

Color information

#2A7F5D (or 0x2A7F5D) is unknown color: approx Sea Green. HEX triplet: 2A, 7F and 5D. RGB value is (42,127,93). Sum of RGB (Red+Green+Blue) = 42+127+93=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F5D is #D580A2. Grayscale: #616161. Windows color (decimal): -13992099 or 6127402. OLE color: 6127402.

HSL color Cylindrical-coordinate representation of color #2A7F5D: hue angle of 156º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7F5D is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB4212793-
CMYK0.6700.270.50
HSL156º50.3%33.14%-
HSV(B)156º66.93%49.8%-
XYZ10.5216.4612.98-
YUV97.71125.3488.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 127 (50% from 255) = 48.47%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=16.03%
G=48.47%
B=35.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42127930.6700.270.5015650.333.14
Hex2A7F5D4301B329c3221
Octal52177135103033622346241
Binary10101011111111011101100001101101111001010011100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,127,93); }

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

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

 a { background-color: rgb(42,127,93); }

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

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

 span { border-color: rgb(42,127,93); }

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