Html Css Color HEX #2B8548 Sea Green

📋 copy color: '#2B8548'

red 43 ◦ green 133 ◦ blue 72

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

Shades of Sea Green #2B8548

Tints of Sea Green #2B8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 17.34%
G = 53.63%
B = 29.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#2B8548 (or 0x2B8548) is known color: Sea Green. HEX triplet: 2B, 85 and 48. RGB value is (43,133,72). Sum of RGB (Red+Green+Blue) = 43+133+72=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8548 is #D47AB7. Grayscale: #636363. Windows color (decimal): -13925048 or 4752683. OLE color: 4752683.

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

Color convert

RGB 43 133 72 -
CMYK 0.68 0 0.46 0.48
HSL 139.33º 0.51% 0.35% -
HSV(B) 139.33º 0.68% 0.52% -
XYZ 10.55 17.76 9 -
YUV 99.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 43 133 72 0.68 0 0.46 0.48 139.33 0.51 0.35
Hex 2B 85 48 44 0 2E 30 8B 33 23
Octal 53 205 110 104 0 56 60 213 63 43
Binary 101011 10000101 1001000 1000100 0 101110 110000 10001011 110011 100011

Color Harmonies of #2B8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8548

Black with #2B8548

Text Example


Text Example

White with #2B8548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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