Html Css Color HEX #2B844A Sea Green

📋 copy color: '#2B844A'

red 43 ◦ green 132 ◦ blue 74

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

Shades of Sea Green #2B844A

Tints of Sea Green #2B844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

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

R = 17.27%
G = 53.01%
B = 29.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#2B844A (or 0x2B844A) is known color: Sea Green. HEX triplet: 2B, 84 and 4A. RGB value is (43,132,74). Sum of RGB (Red+Green+Blue) = 43+132+74=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #2B844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B844A is #D47BB5. Grayscale: #626262. Windows color (decimal): -13925302 or 4883499. OLE color: 4883499.

HSL color Cylindrical-coordinate representation of color #2B844A: hue angle of 140.9º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B844A is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 132 74 -
CMYK 0.67 0 0.44 0.48
HSL 140.9º 0.51% 0.34% -
HSV(B) 140.9º 0.67% 0.52% -
XYZ 10.48 17.51 9.31 -
YUV 98.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 43 132 74 0.67 0 0.44 0.48 140.9 0.51 0.34
Hex 2B 84 4A 43 0 2C 30 8D 33 22
Octal 53 204 112 103 0 54 60 215 63 42
Binary 101011 10000100 1001010 1000011 0 101100 110000 10001101 110011 100010

Color Harmonies of #2B844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B844A

Black with #2B844A

Text Example


Text Example

White with #2B844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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