#2A8C55

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

Shades of Sea Green #2A8C55

Tints of Sea Green #2A8C55

Color information

#2A8C55 (or 0x2A8C55) is unknown color: approx Sea Green. HEX triplet: 2A, 8C and 55. RGB value is (42,140,85). Sum of RGB (Red+Green+Blue) = 42+140+85=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8C55 is #D573AA. Grayscale: #686868. Windows color (decimal): -13988779 or 5606442. OLE color: 5606442.

HSL color Cylindrical-coordinate representation of color #2A8C55: hue angle of 146.33º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8C55 is Cyan = 0.7, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB4214085-
CMYK0.700.390.45
HSL146.33º53.85%35.69%-
HSV(B)146.33º70%54.9%-
XYZ11.9719.911.81-
YUV104.43117.0383.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=15.73%
G=52.43%
B=31.84%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42140850.700.390.45146.3353.8535.69
Hex2A8C55460272D923624
Octal52214125106047552226644
Binary1010101000110010101011000110010011110110110010010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,140,85); }

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

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

 a { background-color: rgb(42,140,85); }

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

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

 span { border-color: rgb(42,140,85); }

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