#2A9742

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

Shades of Sea Green #2A9742

Tints of Sea Green #2A9742

Color information

#2A9742 (or 0x2A9742) is unknown color: approx Sea Green. HEX triplet: 2A, 97 and 42. RGB value is (42,151,66). Sum of RGB (Red+Green+Blue) = 42+151+66=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #2A9742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9742 is #D568BD. Grayscale: #6C6C6C. Windows color (decimal): -13985982 or 4364074. OLE color: 4364074.

HSL color Cylindrical-coordinate representation of color #2A9742: hue angle of 133.21º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9742 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB4215166-
CMYK0.7200.560.41
HSL133.21º56.48%37.84%-
HSV(B)133.21º72.19%59.22%-
XYZ1323.028.91-
YUV108.72103.8980.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 151 (59.38% from 255) = 58.30%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=16.22%
G=58.30%
B=25.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42151660.7200.560.41133.2156.4837.84
Hex2A97424803829853826
Octal52227102110070512057046
Binary1010101001011110000101001000011100010100110000101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,66); }

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

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

 a { background-color: rgb(42,151,66); }

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

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

 span { border-color: rgb(42,151,66); }

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