Html Css Color HEX #2B8A48 Sea Green

📋 copy color: '#2B8A48'

red 43 ◦ green 138 ◦ blue 72

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

Shades of Sea Green #2B8A48

Tints of Sea Green #2B8A48

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.55%

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

R = 17%
G = 54.55%
B = 28.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#2B8A48 (or 0x2B8A48) is known color: Sea Green. HEX triplet: 2B, 8A and 48. RGB value is (43,138,72). Sum of RGB (Red+Green+Blue) = 43+138+72=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A48 is #D475B7. Grayscale: #666666. Windows color (decimal): -13923768 or 4753963. OLE color: 4753963.

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

Color convert

RGB 43 138 72 -
CMYK 0.69 0 0.48 0.46
HSL 138.32º 0.52% 0.35% -
HSV(B) 138.32º 0.69% 0.54% -
XYZ 11.25 19.16 9.24 -
YUV 102.07 111.03 85.87 -
System Red Green Blue C M Y K H S L
Decimal 43 138 72 0.69 0 0.48 0.46 138.32 0.52 0.35
Hex 2B 8A 48 45 0 30 2E 8A 34 23
Octal 53 212 110 105 0 60 56 212 64 43
Binary 101011 10001010 1001000 1000101 0 110000 101110 10001010 110100 100011

Color Harmonies of #2B8A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8A48

Black with #2B8A48

Text Example


Text Example

White with #2B8A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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