#2A9B45

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

Shades of Sea Green #2A9B45

Tints of Sea Green #2A9B45

Color information

#2A9B45 (or 0x2A9B45) is unknown color: approx Sea Green. HEX triplet: 2A, 9B and 45. RGB value is (42,155,69). Sum of RGB (Red+Green+Blue) = 42+155+69=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B45 is #D564BA. Grayscale: #6F6F6F. Windows color (decimal): -13984955 or 4561706. OLE color: 4561706.

HSL color Cylindrical-coordinate representation of color #2A9B45: hue angle of 134.34º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B45 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB4215569-
CMYK0.7300.550.39
HSL134.34º57.36%38.63%-
HSV(B)134.34º72.9%60.78%-
XYZ13.7524.369.61-
YUV111.41104.0678.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 155 (60.94% from 255) = 58.27%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=15.79%
G=58.27%
B=25.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155690.7300.550.39134.3457.3638.63
Hex2A9B454903727863927
Octal52233105111067472067147
Binary1010101001101110001011001001011011110011110000110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,155,69); }

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

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

 a { background-color: rgb(42,155,69); }

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

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

 span { border-color: rgb(42,155,69); }

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