#2A9D4A

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

Shades of Sea Green #2A9D4A

Tints of Sea Green #2A9D4A

Color information

#2A9D4A (or 0x2A9D4A) is unknown color: approx Sea Green. HEX triplet: 2A, 9D and 4A. RGB value is (42,157,74). Sum of RGB (Red+Green+Blue) = 42+157+74=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9D4A is #D562B5. Grayscale: #717171. Windows color (decimal): -13984438 or 4889898. OLE color: 4889898.

HSL color Cylindrical-coordinate representation of color #2A9D4A: hue angle of 136.7º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D4A is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB4215774-
CMYK0.7300.530.38
HSL136.7º57.79%39.02%-
HSV(B)136.7º73.25%61.57%-
XYZ14.2525.110.57-
YUV113.15105.977.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 157 (61.72% from 255) = 57.51%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=15.38%
G=57.51%
B=27.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42157740.7300.530.38136.757.7939.02
Hex2A9D4A4903526893a27
Octal52235112111065462117247
Binary1010101001110110010101001001011010110011010001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,157,74); }

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

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

 a { background-color: rgb(42,157,74); }

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

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

 span { border-color: rgb(42,157,74); }

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