#2B9950

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

Shades of Sea Green #2B9950

Tints of Sea Green #2B9950

Color information

#2B9950 (or 0x2B9950) is unknown color: approx Sea Green. HEX triplet: 2B, 99 and 50. RGB value is (43,153,80). Sum of RGB (Red+Green+Blue) = 43+153+80=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9950 is #D466AF. Grayscale: #6F6F6F. Windows color (decimal): -13919920 or 5282091. OLE color: 5282091.

HSL color Cylindrical-coordinate representation of color #2B9950: hue angle of 140.18º degrees, saturation: 0.56, 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 #2B9950 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB4315380-
CMYK0.7200.480.4
HSL140.18º56.12%38.43%-
HSV(B)140.18º71.9%60%-
XYZ13.8423.8811.47-
YUV111.79110.0678.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=15.58%
G=55.43%
B=28.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153800.7200.480.4140.1856.1238.43
Hex2B995048030288c3826
Octal53231120110060502147046
Binary1010111001100110100001001000011000010100010001100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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