Html Css Color HEX #2B984A Sea Green

📋 copy color: '#2B984A'

red 43 ◦ green 152 ◦ blue 74

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

Shades of Sea Green #2B984A

Tints of Sea Green #2B984A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 15.99%
G = 56.51%
B = 27.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#2B984A (or 0x2B984A) is known color: Sea Green. HEX triplet: 2B, 98 and 4A. RGB value is (43,152,74). Sum of RGB (Red+Green+Blue) = 43+152+74=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #2B984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B984A is #D467B5. Grayscale: #6E6E6E. Windows color (decimal): -13920182 or 4888619. OLE color: 4888619.

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

Color convert

RGB 43 152 74 -
CMYK 0.72 0 0.51 0.40
HSL 137.06º 0.56% 0.38% -
HSV(B) 137.06º 0.72% 0.6% -
XYZ 13.46 23.46 10.3 -
YUV 110.52 107.39 79.84 -
System Red Green Blue C M Y K H S L
Decimal 43 152 74 0.72 0 0.51 0.40 137.06 0.56 0.38
Hex 2B 98 4A 48 0 33 28 89 38 26
Octal 53 230 112 110 0 63 50 211 70 46
Binary 101011 10011000 1001010 1001000 0 110011 101000 10001001 111000 100110

Color Harmonies of #2B984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B984A

Black with #2B984A

Text Example


Text Example

White with #2B984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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