#2A9346

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

Shades of Sea Green #2A9346

Tints of Sea Green #2A9346

Color information

#2A9346 (or 0x2A9346) is unknown color: approx Sea Green. HEX triplet: 2A, 93 and 46. RGB value is (42,147,70). Sum of RGB (Red+Green+Blue) = 42+147+70=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9346 is #D56CB9. Grayscale: #6B6B6B. Windows color (decimal): -13987002 or 4625194. OLE color: 4625194.

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

Color convert

RGB4214770-
CMYK0.7100.520.42
HSL136º55.56%37.06%-
HSV(B)136º71.43%57.65%-
XYZ12.4921.89.34-
YUV106.83107.2181.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=16.22%
G=56.76%
B=27.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147700.7100.520.4213655.5637.06
Hex2A9346470342A883825
Octal52223106107064522107045
Binary1010101001001110001101000111011010010101010001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,70); }

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

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

 a { background-color: rgb(42,147,70); }

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

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

 span { border-color: rgb(42,147,70); }

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