#2A9A43

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

Shades of Sea Green #2A9A43

Tints of Sea Green #2A9A43

Color information

#2A9A43 (or 0x2A9A43) is unknown color: approx Sea Green. HEX triplet: 2A, 9A and 43. RGB value is (42,154,67). Sum of RGB (Red+Green+Blue) = 42+154+67=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A43 is #D565BC. Grayscale: #6E6E6E. Windows color (decimal): -13985213 or 4430378. OLE color: 4430378.

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

Color convert

RGB4215467-
CMYK0.7300.560.40
HSL133.39º57.14%38.43%-
HSV(B)133.39º72.73%60.39%-
XYZ13.5224.019.23-
YUV110.59103.3979.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 154 (60.55% from 255) = 58.56%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=15.97%
G=58.56%
B=25.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154670.7300.560.40133.3957.1438.43
Hex2A9A434903828853926
Octal52232103111070502057146
Binary1010101001101010000111001001011100010100010000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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