Html Css Color HEX #2B8150 Sea Green

📋 copy color: '#2B8150'

red 43 ◦ green 129 ◦ blue 80

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

Shades of Sea Green #2B8150

Tints of Sea Green #2B8150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 17.06%
G = 51.19%
B = 31.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#2B8150 (or 0x2B8150) is known color: Sea Green. HEX triplet: 2B, 81 and 50. RGB value is (43,129,80). Sum of RGB (Red+Green+Blue) = 43+129+80=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8150 is #D47EAF. Grayscale: #616161. Windows color (decimal): -13926064 or 5275947. OLE color: 5275947.

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

Color convert

RGB 43 129 80 -
CMYK 0.67 0 0.38 0.49
HSL 145.81º 0.5% 0.34% -
HSV(B) 145.81º 0.67% 0.51% -
XYZ 10.29 16.79 10.29 -
YUV 97.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 43 129 80 0.67 0 0.38 0.49 145.81 0.5 0.34
Hex 2B 81 50 43 0 26 31 92 32 22
Octal 53 201 120 103 0 46 61 222 62 42
Binary 101011 10000001 1010000 1000011 0 100110 110001 10010010 110010 100010

Color Harmonies of #2B8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8150

Black with #2B8150

Text Example


Text Example

White with #2B8150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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