#2A905E

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

Shades of Sea Green #2A905E

Tints of Sea Green #2A905E

Color information

#2A905E (or 0x2A905E) is unknown color: approx Sea Green. HEX triplet: 2A, 90 and 5E. RGB value is (42,144,94). Sum of RGB (Red+Green+Blue) = 42+144+94=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #2A905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A905E is #D56FA1. Grayscale: #6B6B6B. Windows color (decimal): -13987746 or 6197290. OLE color: 6197290.

HSL color Cylindrical-coordinate representation of color #2A905E: hue angle of 150.59º 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 #2A905E is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB4214494-
CMYK0.7100.350.44
HSL150.59º54.84%36.47%-
HSV(B)150.59º70.83%56.47%-
XYZ12.9521.2514.01-
YUV107.8120.2181.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=15%
G=51.43%
B=33.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42144940.7100.350.44150.5954.8436.47
Hex2A905E470232C973724
Octal52220136107043542276744
Binary1010101001000010111101000111010001110110010010111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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