Html Css Color HEX #2B8848 Sea Green

📋 copy color: '#2B8848'

red 43 ◦ green 136 ◦ blue 72

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

Shades of Sea Green #2B8848

Tints of Sea Green #2B8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 17.13%
G = 54.18%
B = 28.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#2B8848 (or 0x2B8848) is known color: Sea Green. HEX triplet: 2B, 88 and 48. RGB value is (43,136,72). Sum of RGB (Red+Green+Blue) = 43+136+72=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8848 is #D477B7. Grayscale: #656565. Windows color (decimal): -13924280 or 4753451. OLE color: 4753451.

HSL color Cylindrical-coordinate representation of color #2B8848: hue angle of 138.71º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8848 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 72 -
CMYK 0.68 0 0.47 0.47
HSL 138.71º 0.52% 0.35% -
HSV(B) 138.71º 0.68% 0.53% -
XYZ 10.97 18.59 9.14 -
YUV 100.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 43 136 72 0.68 0 0.47 0.47 138.71 0.52 0.35
Hex 2B 88 48 44 0 2F 2F 8B 34 23
Octal 53 210 110 104 0 57 57 213 64 43
Binary 101011 10001000 1001000 1000100 0 101111 101111 10001011 110100 100011

Color Harmonies of #2B8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8848

Black with #2B8848

Text Example


Text Example

White with #2B8848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,136,72); }

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

background-color css

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

 a { background-color: rgb(43,136,72); }

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

border-color css

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

 span { border-color: rgb(43,136,72); }

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