#2A9A48

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

Shades of Sea Green #2A9A48

Tints of Sea Green #2A9A48

Color information

#2A9A48 (or 0x2A9A48) is unknown color: approx Sea Green. HEX triplet: 2A, 9A and 48. RGB value is (42,154,72). Sum of RGB (Red+Green+Blue) = 42+154+72=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A48 is #D565B7. Grayscale: #6F6F6F. Windows color (decimal): -13985208 or 4758058. OLE color: 4758058.

HSL color Cylindrical-coordinate representation of color #2A9A48: hue angle of 136.07º 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 #2A9A48 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB4215472-
CMYK0.7300.530.40
HSL136.07º57.14%38.43%-
HSV(B)136.07º72.73%60.39%-
XYZ13.6824.0710.06-
YUV111.16105.8978.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 154 (60.55% from 255) = 57.46%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=15.67%
G=57.46%
B=26.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154720.7300.530.40136.0757.1438.43
Hex2A9A484903528883926
Octal52232110111065502107146
Binary1010101001101010010001001001011010110100010001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,154,72); }

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

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

 a { background-color: rgb(42,154,72); }

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

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

 span { border-color: rgb(42,154,72); }

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