#2A9054

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

Shades of Sea Green #2A9054

Tints of Sea Green #2A9054

Color information

#2A9054 (or 0x2A9054) is unknown color: approx Sea Green. HEX triplet: 2A, 90 and 54. RGB value is (42,144,84). Sum of RGB (Red+Green+Blue) = 42+144+84=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9054 is #D56FAB. Grayscale: #6A6A6A. Windows color (decimal): -13987756 or 5541930. OLE color: 5541930.

HSL color Cylindrical-coordinate representation of color #2A9054: hue angle of 144.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9054 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB4214484-
CMYK0.7100.420.44
HSL144.71º54.84%36.47%-
HSV(B)144.71º70.83%56.47%-
XYZ12.5321.0811.8-
YUV106.66115.2181.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=15.56%
G=53.33%
B=31.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42144840.7100.420.44144.7154.8436.47
Hex2A90544702A2C913724
Octal52220124107052542216744
Binary1010101001000010101001000111010101010110010010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,84); }

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

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

 a { background-color: rgb(42,144,84); }

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

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

 span { border-color: rgb(42,144,84); }

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