#2A824B

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

Shades of Sea Green #2A824B

Tints of Sea Green #2A824B

Color information

#2A824B (or 0x2A824B) is unknown color: approx Sea Green. HEX triplet: 2A, 82 and 4B. RGB value is (42,130,75). Sum of RGB (Red+Green+Blue) = 42+130+75=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A824B is #D57DB4. Grayscale: #616161. Windows color (decimal): -13991349 or 4948522. OLE color: 4948522.

HSL color Cylindrical-coordinate representation of color #2A824B: hue angle of 142.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A824B is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB4213075-
CMYK0.6800.420.49
HSL142.5º51.16%33.73%-
HSV(B)142.5º67.69%50.98%-
XYZ10.2116.979.39-
YUV97.42115.3588.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=17.00%
G=52.63%
B=30.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130750.6800.420.49142.551.1633.73
Hex2A824B4402A318e3322
Octal52202113104052612166342
Binary1010101000001010010111000100010101011000110001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,75); }

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

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

 a { background-color: rgb(42,130,75); }

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

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

 span { border-color: rgb(42,130,75); }

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