#2A7F5C

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

Shades of Sea Green #2A7F5C

Tints of Sea Green #2A7F5C

Color information

#2A7F5C (or 0x2A7F5C) is unknown color: approx Sea Green. HEX triplet: 2A, 7F and 5C. RGB value is (42,127,92). Sum of RGB (Red+Green+Blue) = 42+127+92=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F5C is #D580A3. Grayscale: #616161. Windows color (decimal): -13992100 or 6061866. OLE color: 6061866.

HSL color Cylindrical-coordinate representation of color #2A7F5C: hue angle of 155.29º 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 #2A7F5C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB4212792-
CMYK0.6700.280.50
HSL155.29º50.3%33.14%-
HSV(B)155.29º66.93%49.8%-
XYZ10.4816.4412.75-
YUV97.6124.8488.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=16.09%
G=48.66%
B=35.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42127920.6700.280.50155.2950.333.14
Hex2A7F5C4301C329b3221
Octal52177134103034622336241
Binary10101011111111011100100001101110011001010011011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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