#2A9946

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

Shades of Sea Green #2A9946

Tints of Sea Green #2A9946

Color information

#2A9946 (or 0x2A9946) is unknown color: approx Sea Green. HEX triplet: 2A, 99 and 46. RGB value is (42,153,70). Sum of RGB (Red+Green+Blue) = 42+153+70=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9946 is #D566B9. Grayscale: #6E6E6E. Windows color (decimal): -13985466 or 4626730. OLE color: 4626730.

HSL color Cylindrical-coordinate representation of color #2A9946: hue angle of 135.14º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9946 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB4215370-
CMYK0.7300.540.4
HSL135.14º56.92%38.24%-
HSV(B)135.14º72.55%60%-
XYZ13.4523.729.66-
YUV110.35105.2379.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=15.85%
G=57.74%
B=26.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42153700.7300.540.4135.1456.9238.24
Hex2A99464903628873926
Octal52231106111066502077146
Binary1010101001100110001101001001011011010100010000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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