Html Css Color HEX #2B894C Sea Green

📋 copy color: '#2B894C'

red 43 ◦ green 137 ◦ blue 76

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

Shades of Sea Green #2B894C

Tints of Sea Green #2B894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 16.8%
G = 53.52%
B = 29.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#2B894C (or 0x2B894C) is known color: Sea Green. HEX triplet: 2B, 89 and 4C. RGB value is (43,137,76). Sum of RGB (Red+Green+Blue) = 43+137+76=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #2B894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B894C is #D476B3. Grayscale: #666666. Windows color (decimal): -13924020 or 5015851. OLE color: 5015851.

HSL color Cylindrical-coordinate representation of color #2B894C: hue angle of 141.06º 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 #2B894C is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 76 -
CMYK 0.69 0 0.45 0.46
HSL 141.06º 0.52% 0.35% -
HSV(B) 141.06º 0.69% 0.54% -
XYZ 11.25 18.93 9.9 -
YUV 101.94 113.36 85.96 -
System Red Green Blue C M Y K H S L
Decimal 43 137 76 0.69 0 0.45 0.46 141.06 0.52 0.35
Hex 2B 89 4C 45 0 2D 2E 8D 34 23
Octal 53 211 114 105 0 55 56 215 64 43
Binary 101011 10001001 1001100 1000101 0 101101 101110 10001101 110100 100011

Color Harmonies of #2B894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B894C

Black with #2B894C

Text Example


Text Example

White with #2B894C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,76); }

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

background-color css

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

 a { background-color: rgb(43,137,76); }

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

border-color css

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

 span { border-color: rgb(43,137,76); }

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