Html Css Color HEX #2B8159 Sea Green

📋 copy color: '#2B8159'

red 43 ◦ green 129 ◦ blue 89

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

Shades of Sea Green #2B8159

Tints of Sea Green #2B8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 16.48%
G = 49.43%
B = 34.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#2B8159 (or 0x2B8159) is known color: Sea Green. HEX triplet: 2B, 81 and 59. RGB value is (43,129,89). Sum of RGB (Red+Green+Blue) = 43+129+89=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8159 is #D47EA6. Grayscale: #626262. Windows color (decimal): -13926055 or 5865771. OLE color: 5865771.

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

Color convert

RGB 43 129 89 -
CMYK 0.67 0 0.31 0.49
HSL 152.09º 0.5% 0.34% -
HSV(B) 152.09º 0.67% 0.51% -
XYZ 10.65 16.94 12.16 -
YUV 98.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 43 129 89 0.67 0 0.31 0.49 152.09 0.5 0.34
Hex 2B 81 59 43 0 1F 31 98 32 22
Octal 53 201 131 103 0 37 61 230 62 42
Binary 101011 10000001 1011001 1000011 0 11111 110001 10011000 110010 100010

Color Harmonies of #2B8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8159

Black with #2B8159

Text Example


Text Example

White with #2B8159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,129,89); }

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

background-color css

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

 a { background-color: rgb(43,129,89); }

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

border-color css

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

 span { border-color: rgb(43,129,89); }

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