Html Css Color HEX #2B984D Sea Green

📋 copy color: '#2B984D'

red 43 ◦ green 152 ◦ blue 77

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

Shades of Sea Green #2B984D

Tints of Sea Green #2B984D

RGB

 RED value IS 43 (17.19% from 255) = 15.81%

 GREEN value IS 152 (59.77% from 255) = 55.88%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 15.81%
G = 55.88%
B = 28.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#2B984D (or 0x2B984D) is known color: Sea Green. HEX triplet: 2B, 98 and 4D. RGB value is (43,152,77). Sum of RGB (Red+Green+Blue) = 43+152+77=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #2B984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B984D is #D467B2. Grayscale: #6F6F6F. Windows color (decimal): -13920179 or 5085227. OLE color: 5085227.

HSL color Cylindrical-coordinate representation of color #2B984D: hue angle of 138.72º 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 #2B984D is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 77 -
CMYK 0.72 0 0.49 0.40
HSL 138.72º 0.56% 0.38% -
HSV(B) 138.72º 0.72% 0.6% -
XYZ 13.56 23.51 10.84 -
YUV 110.86 108.89 79.6 -
System Red Green Blue C M Y K H S L
Decimal 43 152 77 0.72 0 0.49 0.40 138.72 0.56 0.38
Hex 2B 98 4D 48 0 31 28 8B 38 26
Octal 53 230 115 110 0 61 50 213 70 46
Binary 101011 10011000 1001101 1001000 0 110001 101000 10001011 111000 100110

Color Harmonies of #2B984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B984D

Black with #2B984D

Text Example


Text Example

White with #2B984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,77); }

 H1.HeaderClassName
 {
   color: #2B984D;
 }
 .AnyTagClassName
 {
   color: #2B984D;
 }
</style>

background-color css

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

 a { background-color: rgb(43,152,77); }

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

border-color css

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

 span { border-color: rgb(43,152,77); }

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