Html Css Color HEX #2BAE69 Medium Sea Green

📋 copy color: '#2BAE69'

red 43 ◦ green 174 ◦ blue 105

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

Shades of Medium Sea Green #2BAE69

Tints of Medium Sea Green #2BAE69

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.04%

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 13.35%
G = 54.04%
B = 32.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#2BAE69 (or 0x2BAE69) is known color: Medium Sea Green. HEX triplet: 2B, AE and 69. RGB value is (43,174,105). Sum of RGB (Red+Green+Blue) = 43+174+105=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE69 is #D45196. Grayscale: #7F7F7F. Windows color (decimal): -13914519 or 6925867. OLE color: 6925867.

HSL color Cylindrical-coordinate representation of color #2BAE69: hue angle of 148.4º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE69 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 105 -
CMYK 0.75 0 0.40 0.32
HSL 148.4º 0.6% 0.43% -
HSV(B) 148.4º 0.75% 0.68% -
XYZ 18.68 31.81 18.52 -
YUV 126.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 43 174 105 0.75 0 0.40 0.32 148.4 0.6 0.43
Hex 2B AE 69 4B 0 28 20 94 3C 2B
Octal 53 256 151 113 0 50 40 224 74 53
Binary 101011 10101110 1101001 1001011 0 101000 100000 10010100 111100 101011

Color Harmonies of #2BAE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE69

Black with #2BAE69

Text Example


Text Example

White with #2BAE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,174,105); }

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

background-color css

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

 a { background-color: rgb(43,174,105); }

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

border-color css

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

 span { border-color: rgb(43,174,105); }

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