#2B9250

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

Shades of Sea Green #2B9250

Tints of Sea Green #2B9250

Color information

#2B9250 (or 0x2B9250) is unknown color: approx Sea Green. HEX triplet: 2B, 92 and 50. RGB value is (43,146,80). Sum of RGB (Red+Green+Blue) = 43+146+80=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9250 is #D46DAF. Grayscale: #6B6B6B. Windows color (decimal): -13921712 or 5280299. OLE color: 5280299.

HSL color Cylindrical-coordinate representation of color #2B9250: hue angle of 141.55º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9250 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB4314680-
CMYK0.7100.450.43
HSL141.55º54.5%37.06%-
HSV(B)141.55º70.55%57.25%-
XYZ12.7221.6511.1-
YUV107.68112.3881.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=15.99%
G=54.28%
B=29.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43146800.7100.450.43141.5554.537.06
Hex2B92504702D2B8e3625
Octal53222120107055532166645
Binary1010111001001010100001000111010110110101110001110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,146,80); }

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

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

 a { background-color: rgb(43,146,80); }

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

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

 span { border-color: rgb(43,146,80); }

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