Html Css Color HEX #2BAF68 Medium Sea Green

📋 copy color: '#2BAF68'

red 43 ◦ green 175 ◦ blue 104

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

Shades of Medium Sea Green #2BAF68

Tints of Medium Sea Green #2BAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.35%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 13.35%
G = 54.35%
B = 32.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#2BAF68 (or 0x2BAF68) is known color: Medium Sea Green. HEX triplet: 2B, AF and 68. RGB value is (43,175,104). Sum of RGB (Red+Green+Blue) = 43+175+104=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF68 is #D45097. Grayscale: #7F7F7F. Windows color (decimal): -13914264 or 6860587. OLE color: 6860587.

HSL color Cylindrical-coordinate representation of color #2BAF68: hue angle of 147.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF68 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 175 104 -
CMYK 0.75 0 0.41 0.31
HSL 147.73º 0.61% 0.43% -
HSV(B) 147.73º 0.75% 0.69% -
XYZ 18.82 32.17 18.31 -
YUV 127.44 114.77 67.77 -
System Red Green Blue C M Y K H S L
Decimal 43 175 104 0.75 0 0.41 0.31 147.73 0.61 0.43
Hex 2B AF 68 4B 0 29 1F 94 3D 2B
Octal 53 257 150 113 0 51 37 224 75 53
Binary 101011 10101111 1101000 1001011 0 101001 11111 10010100 111101 101011

Color Harmonies of #2BAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF68

Black with #2BAF68

Text Example


Text Example

White with #2BAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,175,104); }

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

background-color css

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

 a { background-color: rgb(43,175,104); }

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

border-color css

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

 span { border-color: rgb(43,175,104); }

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