Html Css Color HEX #2BB764 Medium Sea Green

📋 copy color: '#2BB764'

red 43 ◦ green 183 ◦ blue 100

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

Shades of Medium Sea Green #2BB764

Tints of Medium Sea Green #2BB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.13%

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 13.19%
G = 56.13%
B = 30.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#2BB764 (or 0x2BB764) is known color: Medium Sea Green. HEX triplet: 2B, B7 and 64. RGB value is (43,183,100). Sum of RGB (Red+Green+Blue) = 43+183+100=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB764 is #D4489B. Grayscale: #838383. Windows color (decimal): -13912220 or 6600491. OLE color: 6600491.

HSL color Cylindrical-coordinate representation of color #2BB764: hue angle of 144.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB764 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 100 -
CMYK 0.77 0 0.45 0.28
HSL 144.43º 0.62% 0.44% -
HSV(B) 144.43º 0.77% 0.72% -
XYZ 20.23 35.3 17.8 -
YUV 131.68 110.12 64.75 -
System Red Green Blue C M Y K H S L
Decimal 43 183 100 0.77 0 0.45 0.28 144.43 0.62 0.44
Hex 2B B7 64 4D 0 2D 1C 90 3E 2C
Octal 53 267 144 115 0 55 34 220 76 54
Binary 101011 10110111 1100100 1001101 0 101101 11100 10010000 111110 101100

Color Harmonies of #2BB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB764

Black with #2BB764

Text Example


Text Example

White with #2BB764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,183,100); }

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

background-color css

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

 a { background-color: rgb(43,183,100); }

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

border-color css

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

 span { border-color: rgb(43,183,100); }

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