#2A9850

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

Shades of Sea Green #2A9850

Tints of Sea Green #2A9850

Color information

#2A9850 (or 0x2A9850) is unknown color: approx Sea Green. HEX triplet: 2A, 98 and 50. RGB value is (42,152,80). Sum of RGB (Red+Green+Blue) = 42+152+80=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9850 is #D567AF. Grayscale: #6F6F6F. Windows color (decimal): -13985712 or 5281834. OLE color: 5281834.

HSL color Cylindrical-coordinate representation of color #2A9850: hue angle of 140.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9850 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB4215280-
CMYK0.7200.470.40
HSL140.73º56.7%38.04%-
HSV(B)140.73º72.37%59.61%-
XYZ13.6323.5311.41-
YUV110.9110.5678.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=15.33%
G=55.47%
B=29.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152800.7200.470.40140.7356.738.04
Hex2A98504802F288d3926
Octal52230120110057502157146
Binary1010101001100010100001001000010111110100010001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,80); }

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

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

 a { background-color: rgb(42,152,80); }

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

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

 span { border-color: rgb(42,152,80); }

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