Html Css Color HEX #2B8B4D Sea Green

📋 copy color: '#2B8B4D'

red 43 ◦ green 139 ◦ blue 77

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

Shades of Sea Green #2B8B4D

Tints of Sea Green #2B8B4D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 16.6%
G = 53.67%
B = 29.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#2B8B4D (or 0x2B8B4D) is known color: Sea Green. HEX triplet: 2B, 8B and 4D. RGB value is (43,139,77). Sum of RGB (Red+Green+Blue) = 43+139+77=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B4D is #D474B2. Grayscale: #676767. Windows color (decimal): -13923507 or 5081899. OLE color: 5081899.

HSL color Cylindrical-coordinate representation of color #2B8B4D: hue angle of 141.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B4D is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 139 77 -
CMYK 0.69 0 0.45 0.45
HSL 141.25º 0.53% 0.36% -
HSV(B) 141.25º 0.69% 0.55% -
XYZ 11.57 19.51 10.18 -
YUV 103.23 113.2 85.04 -
System Red Green Blue C M Y K H S L
Decimal 43 139 77 0.69 0 0.45 0.45 141.25 0.53 0.36
Hex 2B 8B 4D 45 0 2D 2D 8D 35 24
Octal 53 213 115 105 0 55 55 215 65 44
Binary 101011 10001011 1001101 1000101 0 101101 101101 10001101 110101 100100

Color Harmonies of #2B8B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8B4D

Black with #2B8B4D

Text Example


Text Example

White with #2B8B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,139,77); }

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

background-color css

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

 a { background-color: rgb(43,139,77); }

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

border-color css

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

 span { border-color: rgb(43,139,77); }

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