Html Css Color HEX #2B844B Sea Green

📋 copy color: '#2B844B'

red 43 ◦ green 132 ◦ blue 75

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

Shades of Sea Green #2B844B

Tints of Sea Green #2B844B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 17.2%
G = 52.8%
B = 30%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#2B844B (or 0x2B844B) is known color: Sea Green. HEX triplet: 2B, 84 and 4B. RGB value is (43,132,75). Sum of RGB (Red+Green+Blue) = 43+132+75=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #2B844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B844B is #D47BB4. Grayscale: #636363. Windows color (decimal): -13925301 or 4949035. OLE color: 4949035.

HSL color Cylindrical-coordinate representation of color #2B844B: hue angle of 141.57º 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 #2B844B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 132 75 -
CMYK 0.67 0 0.43 0.48
HSL 141.57º 0.51% 0.34% -
HSV(B) 141.57º 0.67% 0.52% -
XYZ 10.52 17.52 9.48 -
YUV 98.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 43 132 75 0.67 0 0.43 0.48 141.57 0.51 0.34
Hex 2B 84 4B 43 0 2B 30 8E 33 22
Octal 53 204 113 103 0 53 60 216 63 42
Binary 101011 10000100 1001011 1000011 0 101011 110000 10001110 110011 100010

Color Harmonies of #2B844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B844B

Black with #2B844B

Text Example


Text Example

White with #2B844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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