#2A9948

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

Shades of Sea Green #2A9948

Tints of Sea Green #2A9948

Color information

#2A9948 (or 0x2A9948) is unknown color: approx Sea Green. HEX triplet: 2A, 99 and 48. RGB value is (42,153,72). Sum of RGB (Red+Green+Blue) = 42+153+72=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9948 is #D566B7. Grayscale: #6E6E6E. Windows color (decimal): -13985464 or 4757802. OLE color: 4757802.

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

Color convert

RGB4215372-
CMYK0.7300.530.4
HSL136.22º56.92%38.24%-
HSV(B)136.22º72.55%60%-
XYZ13.5223.7410-
YUV110.58106.2379.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 153 (60.16% from 255) = 57.30%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=15.73%
G=57.30%
B=26.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42153720.7300.530.4136.2256.9238.24
Hex2A99484903528883926
Octal52231110111065502107146
Binary1010101001100110010001001001011010110100010001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,72); }

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

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

 a { background-color: rgb(42,153,72); }

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

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

 span { border-color: rgb(42,153,72); }

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