#2A8C60

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

Shades of Sea Green #2A8C60

Tints of Sea Green #2A8C60

Color information

#2A8C60 (or 0x2A8C60) is unknown color: approx Sea Green. HEX triplet: 2A, 8C and 60. RGB value is (42,140,96). Sum of RGB (Red+Green+Blue) = 42+140+96=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8C60 is #D5739F. Grayscale: #696969. Windows color (decimal): -13988768 or 6327338. OLE color: 6327338.

HSL color Cylindrical-coordinate representation of color #2A8C60: hue angle of 153.06º 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 #2A8C60 is Cyan = 0.7, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4214096-
CMYK0.700.310.45
HSL153.06º53.85%35.69%-
HSV(B)153.06º70%54.9%-
XYZ12.4420.0914.29-
YUV105.68122.5382.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=15.11%
G=50.36%
B=34.53%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42140960.700.310.45153.0653.8535.69
Hex2A8C604601F2D993624
Octal52214140106037552316644
Binary101010100011001100000100011001111110110110011001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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