Html Css Color HEX #2B9950 Sea Green

📋 copy color: '#2B9950'

red 43 ◦ green 153 ◦ blue 80

#2B9950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2B9950

Tints of Sea Green #2B9950

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 value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#2B9950 (or 0x2B9950) is known color: 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

RGB 43 153 80 -
CMYK 0.72 0 0.48 0.4
HSL 140.18º 0.56% 0.38% -
HSV(B) 140.18º 0.72% 0.6% -
XYZ 13.84 23.88 11.47 -
YUV 111.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 43 153 80 0.72 0 0.48 0.4 140.18 0.56 0.38
Hex 2B 99 50 48 0 30 28 8C 38 26
Octal 53 231 120 110 0 60 50 214 70 46
Binary 101011 10011001 1010000 1001000 0 110000 101000 10001100 111000 100110

Color Harmonies of #2B9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9950

Black with #2B9950

Text Example


Text Example

White with #2B9950

Text Example


Text Example

HTML Codes & Css Web 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>