#2A7C58

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

Shades of Sea Green #2A7C58

Tints of Sea Green #2A7C58

Color information

#2A7C58 (or 0x2A7C58) is unknown color: approx Sea Green. HEX triplet: 2A, 7C and 58. RGB value is (42,124,88). Sum of RGB (Red+Green+Blue) = 42+124+88=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C58 is #D583A7. Grayscale: #5F5F5F. Windows color (decimal): -13992872 or 5798954. OLE color: 5798954.

HSL color Cylindrical-coordinate representation of color #2A7C58: hue angle of 153.66º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C58 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB4212488-
CMYK0.6600.290.51
HSL153.66º49.4%32.55%-
HSV(B)153.66º66.13%48.63%-
XYZ9.9215.6111.72-
YUV95.38123.8389.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 124 (48.83% from 255) = 48.82%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=16.54%
G=48.82%
B=34.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124880.6600.290.51153.6649.432.55
Hex2A7C584201D339a3121
Octal52174130102035632326141
Binary10101011111001011000100001001110111001110011010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,88); }

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

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

 a { background-color: rgb(42,124,88); }

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

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

 span { border-color: rgb(42,124,88); }

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