Html Css Color HEX #2BAF67 Medium Sea Green

📋 copy color: '#2BAF67'

red 43 ◦ green 175 ◦ blue 103

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

Shades of Medium Sea Green #2BAF67

Tints of Medium Sea Green #2BAF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 13.4%
G = 54.52%
B = 32.09%

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

#2BAF67 (or 0x2BAF67) is known color: Medium Sea Green. HEX triplet: 2B, AF and 67. RGB value is (43,175,103). Sum of RGB (Red+Green+Blue) = 43+175+103=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF67 is #D45098. Grayscale: #7F7F7F. Windows color (decimal): -13914265 or 6795051. OLE color: 6795051.

HSL color Cylindrical-coordinate representation of color #2BAF67: hue angle of 147.27º 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 #2BAF67 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 175 103 -
CMYK 0.75 0 0.41 0.31
HSL 147.27º 0.61% 0.43% -
HSV(B) 147.27º 0.75% 0.69% -
XYZ 18.77 32.15 18.05 -
YUV 127.32 114.27 67.85 -
System Red Green Blue C M Y K H S L
Decimal 43 175 103 0.75 0 0.41 0.31 147.27 0.61 0.43
Hex 2B AF 67 4B 0 29 1F 93 3D 2B
Octal 53 257 147 113 0 51 37 223 75 53
Binary 101011 10101111 1100111 1001011 0 101001 11111 10010011 111101 101011

Color Harmonies of #2BAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF67

Black with #2BAF67

Text Example


Text Example

White with #2BAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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