#2A9A41

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

Shades of Sea Green #2A9A41

Tints of Sea Green #2A9A41

Color information

#2A9A41 (or 0x2A9A41) is unknown color: approx Sea Green. HEX triplet: 2A, 9A and 41. RGB value is (42,154,65). Sum of RGB (Red+Green+Blue) = 42+154+65=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A41 is #D565BE. Grayscale: #6E6E6E. Windows color (decimal): -13985215 or 4299306. OLE color: 4299306.

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

Color convert

RGB4215465-
CMYK0.7300.580.40
HSL132.32º57.14%38.43%-
HSV(B)132.32º72.73%60.39%-
XYZ13.4623.998.92-
YUV110.37102.3979.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 154 (60.55% from 255) = 59.00%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=16.09%
G=59.00%
B=24.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154650.7300.580.40132.3257.1438.43
Hex2A9A414903A28843926
Octal52232101111072502047146
Binary1010101001101010000011001001011101010100010000100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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