Html Css Color HEX #2B954E Sea Green

📋 copy color: '#2B954E'

red 43 ◦ green 149 ◦ blue 78

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

Shades of Sea Green #2B954E

Tints of Sea Green #2B954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 15.93%
G = 55.19%
B = 28.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#2B954E (or 0x2B954E) is known color: Sea Green. HEX triplet: 2B, 95 and 4E. RGB value is (43,149,78). Sum of RGB (Red+Green+Blue) = 43+149+78=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #2B954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B954E is #D46AB1. Grayscale: #6D6D6D. Windows color (decimal): -13920946 or 5149995. OLE color: 5149995.

HSL color Cylindrical-coordinate representation of color #2B954E: hue angle of 139.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B954E is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 78 -
CMYK 0.71 0 0.48 0.42
HSL 139.81º 0.55% 0.38% -
HSV(B) 139.81º 0.71% 0.58% -
XYZ 13.12 22.56 10.87 -
YUV 109.21 110.38 80.77 -
System Red Green Blue C M Y K H S L
Decimal 43 149 78 0.71 0 0.48 0.42 139.81 0.55 0.38
Hex 2B 95 4E 47 0 30 2A 8C 37 26
Octal 53 225 116 107 0 60 52 214 67 46
Binary 101011 10010101 1001110 1000111 0 110000 101010 10001100 110111 100110

Color Harmonies of #2B954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B954E

Black with #2B954E

Text Example


Text Example

White with #2B954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,78); }

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

background-color css

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

 a { background-color: rgb(43,149,78); }

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

border-color css

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

 span { border-color: rgb(43,149,78); }

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