Html Css Color HEX #2B9552 Sea Green

📋 copy color: '#2B9552'

red 43 ◦ green 149 ◦ blue 82

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

Shades of Sea Green #2B9552

Tints of Sea Green #2B9552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 15.69%
G = 54.38%
B = 29.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#2B9552 (or 0x2B9552) is known color: Sea Green. HEX triplet: 2B, 95 and 52. RGB value is (43,149,82). Sum of RGB (Red+Green+Blue) = 43+149+82=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9552 is #D46AAD. Grayscale: #6D6D6D. Windows color (decimal): -13920942 or 5412139. OLE color: 5412139.

HSL color Cylindrical-coordinate representation of color #2B9552: hue angle of 142.08º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9552 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 82 -
CMYK 0.71 0 0.45 0.42
HSL 142.08º 0.55% 0.38% -
HSV(B) 142.08º 0.71% 0.58% -
XYZ 13.27 22.62 11.65 -
YUV 109.67 112.38 80.45 -
System Red Green Blue C M Y K H S L
Decimal 43 149 82 0.71 0 0.45 0.42 142.08 0.55 0.38
Hex 2B 95 52 47 0 2D 2A 8E 37 26
Octal 53 225 122 107 0 55 52 216 67 46
Binary 101011 10010101 1010010 1000111 0 101101 101010 10001110 110111 100110

Color Harmonies of #2B9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9552

Black with #2B9552

Text Example


Text Example

White with #2B9552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,82); }

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

background-color css

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

 a { background-color: rgb(43,149,82); }

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

border-color css

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

 span { border-color: rgb(43,149,82); }

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