Html Css Color HEX #2B9057 Sea Green

📋 copy color: '#2B9057'

red 43 ◦ green 144 ◦ blue 87

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

Shades of Sea Green #2B9057

Tints of Sea Green #2B9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 15.69%
G = 52.55%
B = 31.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#2B9057 (or 0x2B9057) is known color: Sea Green. HEX triplet: 2B, 90 and 57. RGB value is (43,144,87). Sum of RGB (Red+Green+Blue) = 43+144+87=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9057 is #D46FA8. Grayscale: #6B6B6B. Windows color (decimal): -13922217 or 5738539. OLE color: 5738539.

HSL color Cylindrical-coordinate representation of color #2B9057: hue angle of 146.14º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9057 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 87 -
CMYK 0.70 0 0.40 0.44
HSL 146.14º 0.54% 0.37% -
HSV(B) 146.14º 0.7% 0.56% -
XYZ 12.69 21.15 12.43 -
YUV 107.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 43 144 87 0.70 0 0.40 0.44 146.14 0.54 0.37
Hex 2B 90 57 46 0 28 2C 92 36 25
Octal 53 220 127 106 0 50 54 222 66 45
Binary 101011 10010000 1010111 1000110 0 101000 101100 10010010 110110 100101

Color Harmonies of #2B9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9057

Black with #2B9057

Text Example


Text Example

White with #2B9057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,87); }

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

background-color css

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

 a { background-color: rgb(43,144,87); }

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

border-color css

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

 span { border-color: rgb(43,144,87); }

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